]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
d710791da3ede828cd96bf20b51f0b6698bd4ba4
[debhelper.git] / autoscripts / postrm-modules
1 if [ -x "`which update-modules 2>/dev/null`" ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi
4 if [ -e /boot/System.map-#KVERS# ]; then
5         depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
6 fi