summaryrefslogtreecommitdiff
path: root/libre/vhba-module-parabola-grsec/vhba-module.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 21:50:16 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-08-24 21:50:16 -0300
commite85b967806ad7c90b63ed31606bc9750da1f7169 (patch)
tree8e042f055712acb08ed6a754811041edc6fadfc3 /libre/vhba-module-parabola-grsec/vhba-module.install
parentf959d8120b9ae842b6a4a161848f876521d9c589 (diff)
parenta49e5509b6e64ec78477008374de2708c6789a05 (diff)
downloadabslibre-e85b967806ad7c90b63ed31606bc9750da1f7169.tar.gz
abslibre-e85b967806ad7c90b63ed31606bc9750da1f7169.tar.bz2
abslibre-e85b967806ad7c90b63ed31606bc9750da1f7169.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/vhba-module-parabola-grsec/vhba-module.install')
-rw-r--r--libre/vhba-module-parabola-grsec/vhba-module.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/libre/vhba-module-parabola-grsec/vhba-module.install b/libre/vhba-module-parabola-grsec/vhba-module.install
deleted file mode 100644
index 04d26b27b..000000000
--- a/libre/vhba-module-parabola-grsec/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: