summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gerber2016-01-02 15:54:33 +0100
committerMichael Gerber2016-01-02 15:54:33 +0100
commit26ee6b826ca5dd47ca8697ef60d3ee157b7a4f42 (patch)
tree02168ddd3a25085687be744fa35c39bba2cb0aef
parent9c45044bedab2515548078e913e176e8fa1330bc (diff)
downloadaur-26ee6b826ca5dd47ca8697ef60d3ee157b7a4f42.tar.gz
Cleaned up install file. No more superfluous output
-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