projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
call dhelp_parse with /usr/share/doc instead of /usr/doc
[apt.git]
/
debian
/
postinst
diff --git
a/debian/postinst
b/debian/postinst
index ee5ceac2fc32482796e0154834d9ce6d6835f937..91755764704c84b66d68568c867ddcb9e6b895ce 100755
(executable)
--- 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