diff options
Diffstat (limited to 'debian/libapt-pkg-doc.postinst')
-rwxr-xr-x | debian/libapt-pkg-doc.postinst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/libapt-pkg-doc.postinst b/debian/libapt-pkg-doc.postinst new file mode 100755 index 000000000..250bd190c --- /dev/null +++ b/debian/libapt-pkg-doc.postinst @@ -0,0 +1,10 @@ +#! /bin/sh + +case "$1" in + configure) + if [ -f /usr/sbin/dhelp_parse ]; then + #/usr/sbin/dhelp_parse -a /usr/doc/libapt-pkg-doc + fi + ;; +esac + |