]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
8d2c4cbc9da1b7695604c876debf122beb4bfd91
[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