summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-update-modules
blob: f5e13b56fca2ec1949e8f58e464e26aa4d6689cc (plain)
1
2
3
4
5
if [ "$1" = "configure" ]; then
	if [ -x "`which update-modules 2>/dev/null`" ]; then
		update-modules >/dev/null || [ "$?" = 3 ]
	fi
fi