summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 3de054186..87476bfc0 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -46,6 +46,8 @@ case "$1" in
else
check_apt_conf
fi
-
+ if [ -f /usr/sbin/dhelp_parse ]; then
+ /usr/sbin/dhelp_parse -a /usr/doc/apt
+ fi
esac