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