summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-modules
blob: 64b8eb0c3d9882032105f3ac855629dace3a1e08 (plain)
1
2
3
4
if [ "$1" = "configure" ]; then
	update-modules
	depmod -a
fi