]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
45d65beaf5e6bb92c3cc39871e0cfbd5c5fba606
[debhelper.git] / autoscripts / postrm-modules
1 if [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi