From 587875af278dfc6899376afa44e38f3158e0137e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 28 Aug 2014 03:18:12 -0300 Subject: vhba-module: rebuild and fixing pkg --- libre/vhba-module-parabola/vhba-module.install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 libre/vhba-module-parabola/vhba-module.install (limited to 'libre/vhba-module-parabola/vhba-module.install') 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: -- cgit v1.2.3-2-g168b