aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2013-01-25 07:11:57 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2013-01-25 07:16:22 +0000
commita4a01248e6898b65acfeb559d12fcfe8f20e170c (patch)
tree75ede6cc783432036d7454c2d7744f8c7a16996d
parent31a7d0b0da6860482019514690b7d121980e5fb5 (diff)
downloadaports-a4a01248e6898b65acfeb559d12fcfe8f20e170c.tar.bz2
aports-a4a01248e6898b65acfeb559d12fcfe8f20e170c.tar.xz
main/squark: fix post.install
(cherry picked from commit 4166ca276f4622ce65f308cd9dba352618d31d0d)
-rw-r--r--main/squark/APKBUILD2
-rwxr-xr-xmain/squark/squark.post-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/squark/APKBUILD b/main/squark/APKBUILD
index a2a0b8e752..c1954c8d67 100644
--- a/main/squark/APKBUILD
+++ b/main/squark/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=squark
pkgver=0.4.5
-pkgrel=0
+pkgrel=1
pkgdesc="Squark - Squid User Authentication and Rating Kit"
subpackages=
depends="haserl"
diff --git a/main/squark/squark.post-install b/main/squark/squark.post-install
index 5c1ac67c17..28120d3e31 100755
--- a/main/squark/squark.post-install
+++ b/main/squark/squark.post-install
@@ -1,2 +1,2 @@
#!/bin/sh
-addgroup squark &>/dev/null
+addgroup squark &>/dev/null || exit 0