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