]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-info
r1881: * Add dh_installudev by Marco d'Itri.
[debhelper.git] / autoscripts / postinst-info
1 if [ "$1" = "configure" ]; then
2         install-info --quiet --section "\Q#SECTION#\E" "#SECTION#" #FILE#
3 fi