summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorgraysky2015-06-08 18:03:09 -0400
committergraysky2015-06-08 18:03:09 -0400
commita2346ab2fe449d7aad8d389688b115ba04e7b835 (patch)
treeed1e75ade0fafe15034219e9c3bb9d2c98b23b1c /readme.install
downloadaur-a2346ab2fe449d7aad8d389688b115ba04e7b835.tar.gz
Initial import
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/readme.install b/readme.install
new file mode 100644
index 000000000000..03187e922d79
--- /dev/null
+++ b/readme.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ EXTRAMODULES='extramodules-4.0-ARCH'
+ depmod -a $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+ post_upgrade
+}
+
+post_remove() {
+ post_upgrade
+}