summarylogtreecommitdiffstats
path: root/bbswitch-mainline.install
diff options
context:
space:
mode:
authorLusberg2019-02-19 00:34:34 +0200
committerLusberg2019-02-19 00:34:34 +0200
commita0b131be49c17fc1761417a0a05d945c7437f83a (patch)
tree559bebc41ed4a968cdf3e98f56262b70f81ebd43 /bbswitch-mainline.install
parent355f7900dfd898b665e6456b745437dabf9d7f27 (diff)
downloadaur-a0b131be49c17fc1761417a0a05d945c7437f83a.tar.gz
linux-mainline 5.0
Diffstat (limited to 'bbswitch-mainline.install')
-rw-r--r--bbswitch-mainline.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/bbswitch-mainline.install b/bbswitch-mainline.install
deleted file mode 100644
index cbc919385f3a..000000000000
--- a/bbswitch-mainline.install
+++ /dev/null
@@ -1,13 +0,0 @@
-EXTRAMODULES=extramodules-4.10-mainline
-
-post_install() {
- depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
-}
-
-post_upgrade() {
- depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
-}
-
-post_remove() {
- depmod -v $(cat /usr/lib/modules/$EXTRAMODULES/version) > /dev/null 2>&1
-}