diff options
Diffstat (limited to 'libre/bbswitch-libre/bbswitch.install')
-rw-r--r-- | libre/bbswitch-libre/bbswitch.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/bbswitch-libre/bbswitch.install b/libre/bbswitch-libre/bbswitch.install deleted file mode 100644 index 02ea911ab..000000000 --- a/libre/bbswitch-libre/bbswitch.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - EXTRAMODULES='extramodules-3.12-LIBRE' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |