Просмотр исходного кода

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
Родитель
Сommit
49dfb346d4
1 измененных файлов с 1 добавлено и 1 удалено
  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