summarylogtreecommitdiffstats
path: root/depmod.install
blob: 27b3f7ee8bd464d9d5f689565565168ed9a4024f (plain)
1
2
post_install(){ depmod -a ; modprobe netatop ; }
post_upgrade(){ depmod -a ; modprobe netatop ; }