aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 98825f605..000000000
--- a/debian/postinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure|abort-upgrade|abort-remove|abort-deconfigure)
- if [ -x /usr/sbin/suidregister ]; then
- suidregister -s gpg /usr/bin/gpg root root 4755
- else
- chmod 4755 /usr/bin/gpg
- fi
- ;;
-esac
-