]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
bcd7c34b32d24611282d1b3e7e7870db8d4d6dfb
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules
3 fi