summarylogtreecommitdiffstats
path: root/spl.install
diff options
context:
space:
mode:
authorJesus Alvarez2017-12-13 14:05:05 -0800
committerJesus Alvarez2017-12-13 14:05:05 -0800
commitac8ad862f99eece4d9f3d4ff59d0c85ecefa3a2a (patch)
tree2a57f5b1cb9af4312f850568872b9104d7ba0bfe /spl.install
downloadaur-ac8ad862f99eece4d9f3d4ff59d0c85ecefa3a2a.tar.gz
Initial commit
Diffstat (limited to 'spl.install')
-rw-r--r--spl.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/spl.install b/spl.install
new file mode 100644
index 000000000000..d5318b9c99e3
--- /dev/null
+++ b/spl.install
@@ -0,0 +1,16 @@
+post_install() {
+ run_depmod
+}
+
+post_remove() {
+ run_depmod
+}
+
+post_upgrade() {
+ run_depmod
+}
+
+run_depmod() {
+ echo ">>> Updating SPL module dependencies"
+ depmod -a 4.13.12-2-vfio
+}