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