summaryrefslogtreecommitdiff
path: root/debian/libapt-pkg-doc.postinst
blob: aa8aac4dc0de0f5e891a9fd93edd846fac849ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /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

#DEBHELPER#