aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst
index 6fbf3b9..36592ae 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,10 +3,10 @@
set -e
if [ "$1" = configure ]; then
- # Add an alternative for figlet
+ # Add alternatives for figlet
update-alternatives --install /usr/bin/figlet figlet \
- /usr/bin/figlet-figlet 30
+ /usr/bin/figlet-figlet 30 --slave /usr/share/man/man6/figlet.6.gz \
+ figlet.6.gz /usr/share/man/man6/figlet-figlet.6.gz
fi
#DEBHELPER#
-