Browse Source

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

Arch Librarian 22 years ago
parent
commit
49dfb346d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/postinst

+ 1 - 1
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