]> git.saurik.com Git - apt.git/blame - debian/libapt-pkg-doc.postinst
Fix segfault in FindAny when /i is used, and there is n...
[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
c21a8add 6 /usr/sbin/dhelp_parse -a /usr/share/doc/libapt-pkg-doc
396f4b08
AL
7 fi
8 ;;
9esac
10
0b5c85b5 11#DEBHELPER#