summaryrefslogtreecommitdiff
path: root/libre/vhba-module/kmod.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/vhba-module/kmod.install')
-rw-r--r--libre/vhba-module/kmod.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/vhba-module/kmod.install b/libre/vhba-module/kmod.install
deleted file mode 100644
index 2c7652580..000000000
--- a/libre/vhba-module/kmod.install
+++ /dev/null
@@ -1,15 +0,0 @@
-
-post_install() {
- post_upgrade $1 0
- getent group cdemu &>/dev/null || groupadd -r cdemu
-}
-
-post_upgrade() {
- _EXTRAMODULES=extramodules-4.11
- depmod "$(cat /usr/lib/modules/$_EXTRAMODULES/version)" >/dev/null 2>&1
-}
-
-post_remove() {
- post_upgrade $1 0
- groupdel cdemu
-}