summaryrefslogtreecommitdiff
path: root/debian/libapt-pkg-doc.postinst
blob: 7a8249def0b1275928a6ba1c0733a1d6ae9a9b37 (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/share/doc/libapt-pkg-doc
	       fi
       ;;
esac

#DEBHELPER#