summarylogtreecommitdiffstats
path: root/depmod.install
diff options
context:
space:
mode:
authorSpider.007 / Sjon2020-02-12 18:48:15 +0100
committerSpider.007 / Sjon2020-02-12 18:48:15 +0100
commitf3b802f0ed71471524a55d430fc53161af1dd385 (patch)
tree1e17a96699b69745c083683799fe6f3f7b6c54d3 /depmod.install
parentb06cf3365a78c01699cebeed56b5a2675834e8f3 (diff)
downloadaur-f3b802f0ed71471524a55d430fc53161af1dd385.tar.gz
apply depmod directly as per comment of 3ndymion
Diffstat (limited to 'depmod.install')
-rw-r--r--depmod.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/depmod.install b/depmod.install
index 99ea19d4dd21..27b3f7ee8bd4 100644
--- a/depmod.install
+++ b/depmod.install
@@ -1,2 +1,2 @@
-post_install(){ depmod -a ; }
-post_upgrade(){ depmod -a ; }
+post_install(){ depmod -a ; modprobe netatop ; }
+post_upgrade(){ depmod -a ; modprobe netatop ; }