]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null
3 fi