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