summaryrefslogtreecommitdiff
path: root/debian/postinst
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:59:28 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:59:28 +0000
commit49dfb346d466a2368a91d2730c86f915fcddc87c (patch)
treed94b12694a4715e4b9c33be05f789ad61068bdc1 /debian/postinst
parent08945efa9545add65ee6709e55d9fc9bf40bac65 (diff)
call dhelp_parse with /usr/share/doc instead of /usr/doc
Author: rmurray Date: 2002-09-22 22:20:02 GMT call dhelp_parse with /usr/share/doc instead of /usr/doc
Diffstat (limited to 'debian/postinst')
-rwxr-xr-xdebian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index ee5ceac2f..917557647 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -40,6 +40,6 @@ case "$1" in
check_apt_conf
fi
if [ -f /usr/sbin/dhelp_parse ]; then
- /usr/sbin/dhelp_parse -a /usr/doc/apt
+ /usr/sbin/dhelp_parse -a /usr/share/doc/apt
fi
esac