aboutsummaryrefslogtreecommitdiff
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:15:27 +0000
commit07000597e6664f0832e163fc436b15a91b843014 (patch)
treeae081d7c46fcb21fc8a493bc6501d90206f85f20
parent2fb7436691f68089e32dfcb246666753686453d1 (diff)
downloadalpine_aports-07000597e6664f0832e163fc436b15a91b843014.tar.bz2
alpine_aports-07000597e6664f0832e163fc436b15a91b843014.tar.xz
alpine_aports-07000597e6664f0832e163fc436b15a91b843014.zip
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 @@
1# Maintainer: Timo Teras <timo.teras@iki.fi> 1# Maintainer: Timo Teras <timo.teras@iki.fi>
2pkgname=squark 2pkgname=squark
3pkgver=0.4.5 3pkgver=0.4.5
4pkgrel=0 4pkgrel=1
5pkgdesc="Squark - Squid User Authentication and Rating Kit" 5pkgdesc="Squark - Squid User Authentication and Rating Kit"
6subpackages= 6subpackages=
7depends="haserl" 7depends="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 @@
1#!/bin/sh 1#!/bin/sh
2addgroup squark &>/dev/null 2addgroup squark &>/dev/null || exit 0