From bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 31 Mar 2013 00:42:46 -0700 Subject: Sun Mar 31 00:42:46 PDT 2013 --- libre/bbswitch-libre/bbswitch.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libre/bbswitch-libre/bbswitch.install (limited to 'libre/bbswitch-libre/bbswitch.install') diff --git a/libre/bbswitch-libre/bbswitch.install b/libre/bbswitch-libre/bbswitch.install new file mode 100644 index 000000000..ed6f7348d --- /dev/null +++ b/libre/bbswitch-libre/bbswitch.install @@ -0,0 +1,12 @@ +post_install() { + EXTRAMODULES='extramodules-3.8-LIBRE' + depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf