diff options
Diffstat (limited to 'debian/apt.postinst')
-rw-r--r-- | debian/apt.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index 34545468e..2ebcfb19b 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -18,7 +18,7 @@ case "$1" in if ! test -f /etc/apt/trusted.gpg; then cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg fi - apt-key update + apt-key update || true ;; abort-upgrade|abort-remove|abort-deconfigure) |