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