]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in various
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x "`which update-modules 2>/dev/null`" ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi