Increased cache allocation
[ntk/apt.git] / debian / libapt-pkg-doc.postinst
CommitLineData
396f4b08
AL
1#! /bin/sh
2
3case "$1" in
4 configure)
5 if [ -f /usr/sbin/dhelp_parse ]; then
2b154e53 6 /usr/sbin/dhelp_parse -a /usr/doc/libapt-pkg-doc
396f4b08
AL
7 fi
8 ;;
9esac
10