summaryrefslogtreecommitdiff
path: root/dists/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'dists/debian/postinst')
-rw-r--r--dists/debian/postinst2
1 files changed, 2 insertions, 0 deletions
diff --git a/dists/debian/postinst b/dists/debian/postinst
index c2cc662..2dce3b9 100644
--- a/dists/debian/postinst
+++ b/dists/debian/postinst
@@ -24,6 +24,8 @@ case "$1" in
groupadd -f -r gsignond
chmod 4755 /usr/bin/gsignond
install -d -m 755 -o root -g root /var/db
+ # update-alternatives
+ update-alternatives --install /etc/gsignond.conf gsignond.conf /etc/gsignond/gsignond.conf 0
;;
abort-upgrade|abort-remove|abort-deconfigure)