diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-18 01:20:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-18 01:20:13 -0300 |
commit | b90c5f0e8325235ae47f9575093ae460cceb7617 (patch) | |
tree | 136beeb95a24d1a74b40a608504aa1038ecb4914 /pcr/vhba-module-parabola-lts/vhba-module.install | |
parent | e453b8315206bcf251cda45214de0229404f9cd5 (diff) | |
download | abslibre-b90c5f0e8325235ae47f9575093ae460cceb7617.tar.gz abslibre-b90c5f0e8325235ae47f9575093ae460cceb7617.tar.bz2 abslibre-b90c5f0e8325235ae47f9575093ae460cceb7617.zip |
remove deprecated module packages
Diffstat (limited to 'pcr/vhba-module-parabola-lts/vhba-module.install')
-rw-r--r-- | pcr/vhba-module-parabola-lts/vhba-module.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/vhba-module-parabola-lts/vhba-module.install b/pcr/vhba-module-parabola-lts/vhba-module.install deleted file mode 100644 index 04d26b27b..000000000 --- a/pcr/vhba-module-parabola-lts/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: |