From 49dfb346d466a2368a91d2730c86f915fcddc87c Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:59:28 +0000 Subject: 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 --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst index ee5ceac2..91755764 100755 --- a/debian/postinst +++ b/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 -- cgit v1.2.3