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