]> git.saurik.com Git - apt.git/commitdiff
call dhelp_parse with /usr/share/doc instead of /usr/doc
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:28 +0000 (16:59 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:59:28 +0000 (16:59 +0000)
Author: rmurray
Date: 2002-09-22 22:20:02 GMT
call dhelp_parse with /usr/share/doc instead of /usr/doc

debian/postinst

index ee5ceac2fc32482796e0154834d9ce6d6835f937..91755764704c84b66d68568c867ddcb9e6b895ce 100755 (executable)
@@ -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