diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:55 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:55 +0000 |
commit | 976bac7a74f967e8a9cb0927aef72536f85be0ed (patch) | |
tree | 63e7fc861351052933743caf294900aaf8337902 /debian/postinst | |
parent | 3413a48421e9a696f737d70a6f7ddea7abd3e586 (diff) |
Remove stale references to doc installs in the apt package.
Author: doogie
Date: 2003-02-12 14:28:03 GMT
Remove stale references to doc installs in the apt package.
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst index 917557647..085f15cd6 100755 --- a/debian/postinst +++ b/debian/postinst @@ -39,7 +39,4 @@ case "$1" in else check_apt_conf fi - if [ -f /usr/sbin/dhelp_parse ]; then - /usr/sbin/dhelp_parse -a /usr/share/doc/apt - fi esac |