summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorvitamin19802016-03-02 14:12:05 +0300
committervitamin19802016-03-02 14:12:05 +0300
commit84dcdbbb38e5a1edb2c52473bed01411722ae5f7 (patch)
treef2a318798f8609e55d2ebf65382286345696ac44 /install
downloadaur-84dcdbbb38e5a1edb2c52473bed01411722ae5f7.tar.gz
Initial import
Diffstat (limited to 'install')
-rw-r--r--install11
1 files changed, 11 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..41c4c6d0b040
--- /dev/null
+++ b/install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ depmod -a
+ if lsmod | grep mxu11x0 > /dev/null ; then
+ rmmod mxu11x0
+ fi
+ modprobe mxu11x0
+}
+
+post_install() {
+ post_upgrade
+}