]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r365: * dh_installxfonts: corrected a problem during package removal that was
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ]; then
2         update-modules
3         depmod -a
4 fi