diff options
Diffstat (limited to 'community/vhba-module/vhba-module.install')
-rw-r--r-- | community/vhba-module/vhba-module.install | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/community/vhba-module/vhba-module.install b/community/vhba-module/vhba-module.install deleted file mode 100644 index d6e4d08d7..000000000 --- a/community/vhba-module/vhba-module.install +++ /dev/null @@ -1,21 +0,0 @@ -_updatemod() { - echo " > Updating module dependencies..." - EXTRAMODULES='extramodules-3.6-ARCH' - depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) -} - -post_install() { - post_upgrade -} - -post_upgrade() { - getent group cdemu &>/dev/null || groupadd -r cdemu - _updatemod -} - -post_remove() { - _updatemod - groupdel cdemu -} - -# vim:set ts=2 sw=2 et: |