summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--open-xchange-authorization-standard.install4
3 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f27837bdcc1e..4f1e19c10492 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jan 1 18:11:31 UTC 2016
+# Sat Jan 2 14:54:33 UTC 2016
pkgbase = open-xchange-authorization-standard
pkgdesc = Module implementing the default authorization
pkgver = 7.8.0
@@ -8,8 +8,6 @@ pkgbase = open-xchange-authorization-standard
install = open-xchange-authorization-standard.install
arch = any
groups = open-xchange-minimal
- groups = open-xchange
- groups = open-xchange-all
license = GPLv2
depends = open-xchange-core
provides = open-xchange-authorization
diff --git a/PKGBUILD b/PKGBUILD
index d1b6028610e1..70f1e1898088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=open-xchange-authorization-standard
pkgver=7.8.0
pkgrel=6
pkgdesc='Module implementing the default authorization'
-groups=('open-xchange-minimal' 'open-xchange' 'open-xchange-all')
+groups=('open-xchange-minimal')
install='open-xchange-authorization-standard.install'
arch=('any')
url='http://www.ox.io/'
diff --git a/open-xchange-authorization-standard.install b/open-xchange-authorization-standard.install
index 5a0607f15101..27ab8bbd33a0 100644
--- a/open-xchange-authorization-standard.install
+++ b/open-xchange-authorization-standard.install
@@ -3,9 +3,7 @@
# you don't need (and this header).
pre_install() {
- if id -u "open-xchange" >/dev/null 2>&1; then
- echo "user open-xchange exists. All good."
- else
+ if ! id -u "open-xchange" >/dev/null 2>&1; then
echo "user open-xchange does not exist. Creating it now"
useradd -U -s /usr/bin/false -d /opt/open-xchange open-xchange
fi