]> git.saurik.com Git - apt.git/blobdiff - debian/libapt-pkg-doc.postinst
Changed dhelp stuff to usr/share/doc
[apt.git] / debian / libapt-pkg-doc.postinst
index 250bd190c77a2b96e38bb3d0560a2767a5d7bf12..7a8249def0b1275928a6ba1c0733a1d6ae9a9b37 100755 (executable)
@@ -3,8 +3,9 @@
 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
 
+#DEBHELPER#