]> git.saurik.com Git - apt.git/blobdiff - debian/libapt-pkg-doc.postinst
Call make clean and distclean before removing build/
[apt.git] / debian / libapt-pkg-doc.postinst
index aa8aac4dc0de0f5e891a9fd93edd846fac849ce4..7a8249def0b1275928a6ba1c0733a1d6ae9a9b37 100755 (executable)
@@ -3,7 +3,7 @@
 case "$1" in
        configure)
               if [ -f /usr/sbin/dhelp_parse ]; then
-                /usr/sbin/dhelp_parse -a /usr/doc/libapt-pkg-doc
+                /usr/sbin/dhelp_parse -a /usr/share/doc/libapt-pkg-doc
               fi
        ;;
 esac