diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index ca3417a..0000000 --- a/debian/postinst +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -e - -if which apt-key >/dev/null; then - echo -n "Updating APT keyring - " && apt-key add /usr/share/keyrings/itzks-keyring.gpg -fi |