diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-09 22:18:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-09 22:18:39 -0300 |
commit | bfc95c3385fdc05add92a5873028cbdfa4da4040 (patch) | |
tree | 395072c87ec5a5256d959576b854c35200641271 | |
parent | bd113233f08244e919302d0ea5e3acc771365910 (diff) | |
download | abslibre-bfc95c3385fdc05add92a5873028cbdfa4da4040.tar.gz abslibre-bfc95c3385fdc05add92a5873028cbdfa4da4040.tar.bz2 abslibre-bfc95c3385fdc05add92a5873028cbdfa4da4040.zip |
vhba-module-libre-20120422-7: updating revision
-rw-r--r-- | libre/vhba-module-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/vhba-module-libre/vhba-module.install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libre/vhba-module-libre/PKGBUILD b/libre/vhba-module-libre/PKGBUILD index 2de64bc38..9b86cc51e 100644 --- a/libre/vhba-module-libre/PKGBUILD +++ b/libre/vhba-module-libre/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=vhba-module pkgname=vhba-module-libre pkgver=20120422 _extramodules=extramodules-3.5-LIBRE -pkgrel=6 +pkgrel=7 pkgdesc="Kernel module that emulates SCSI devices" arch=('i686' 'x86_64') url="http://cdemu.sourceforge.net/" diff --git a/libre/vhba-module-libre/vhba-module.install b/libre/vhba-module-libre/vhba-module.install index ac27991cc..b2a49a261 100644 --- a/libre/vhba-module-libre/vhba-module.install +++ b/libre/vhba-module-libre/vhba-module.install @@ -9,7 +9,7 @@ post_install() { } post_upgrade() { - getent group cdemu &>/dev/null || groupadd cdemu + getent group cdemu &>/dev/null || groupadd -r cdemu _updatemod } |