From a04a3588ccc6420beaee6ba3a5058d96ba34bd82 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 30 Mar 2013 14:08:11 -0300 Subject: bbswitch-libre: adding new package to [libre] repo --- 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