summaryrefslogtreecommitdiff
path: root/libre/vhba-module-libre/vhba-module.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/vhba-module-libre/vhba-module.install')
-rw-r--r--libre/vhba-module-libre/vhba-module.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install
deleted file mode 100644
index 793cffd8d..000000000
--- a/libre/vhba-module-libre/vhba-module.install
+++ /dev/null
@@ -1,22 +0,0 @@
-EXTRAMODULES=
-
-_updatemod() {
- echo " > Updating module dependencies..."
- depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
- post_upgrade
-}
-
-post_upgrade() {
- getent group cdemu &>/dev/null || groupadd -r cdemu
- _updatemod
-}
-
-post_remove() {
- _updatemod
- groupdel cdemu
-}
-
-# vim:set ts=2 sw=2 et: