summaryrefslogtreecommitdiff
path: root/libre/vhba-module-parabola/vhba-module.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-28 03:18:12 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-28 03:18:12 -0300
commit587875af278dfc6899376afa44e38f3158e0137e (patch)
tree1a911c5d76f9489ffdfd359db7ac9d1f379082f5 /libre/vhba-module-parabola/vhba-module.install
parent1f6670940a9e80aa1cf18b9f3b341733ccb76d28 (diff)
vhba-module: rebuild and fixing pkg
Diffstat (limited to 'libre/vhba-module-parabola/vhba-module.install')
-rw-r--r--libre/vhba-module-parabola/vhba-module.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/libre/vhba-module-parabola/vhba-module.install b/libre/vhba-module-parabola/vhba-module.install
deleted file mode 100644
index 04d26b27b..000000000
--- a/libre/vhba-module-parabola/vhba-module.install
+++ /dev/null
@@ -1,20 +0,0 @@
-_updatemod() {
- _extramodules=THIS_IS_AUTOMATICALLY_SET_BY_PKGBUILD
- depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_install() {
- getent group cdemu &>/dev/null || groupadd -r cdemu
- _updatemod
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- _updatemod
- groupdel cdemu
-}
-
-# vim:set ts=2 sw=2 et: