aboutsummaryrefslogtreecommitdiffstats
path: root/community/wt/wt.pre-install
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 10:42:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 10:42:12 +0000
commitd1063e281e6d20c36a03455baa86b9eafd594510 (patch)
treebf8e76379b07a69daa895bfecfbc6bde7619a8ba /community/wt/wt.pre-install
parent83f3b2fd58792182537307e12b66d322f381d826 (diff)
downloadaports-d1063e281e6d20c36a03455baa86b9eafd594510.tar.bz2
aports-d1063e281e6d20c36a03455baa86b9eafd594510.tar.xz
community/wt: upgrade to 3.3.6, moved from testing
Diffstat (limited to 'community/wt/wt.pre-install')
-rw-r--r--community/wt/wt.pre-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/wt/wt.pre-install b/community/wt/wt.pre-install
new file mode 100644
index 0000000000..35ff869a34
--- /dev/null
+++ b/community/wt/wt.pre-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+addgroup -S -g 82 www-data 2>/dev/null
+addgroup -S wt 2>/dev/null
+adduser -S -D -H -s /sbin/nologin -G wt -g wt wt 2>/dev/null
+addgroup wt www-data 2>/dev/null
+
+exit 0