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