]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
64b8eb0c3d9882032105f3ac855629dace3a1e08
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ]; then
2         update-modules
3         depmod -a
4 fi