aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lshell/lshell.pre-install
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-07-16 12:37:15 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-16 13:30:13 +0000
commit34a7e8d684d2c314f735d5b445197298e8906914 (patch)
treeb2e21879300bfe66540707ce1978fa6547d0a7ac /testing/lshell/lshell.pre-install
parent72bce2ba9e5c17a628a94ffea6e0aa232f7eda5b (diff)
downloadaports-34a7e8d684d2c314f735d5b445197298e8906914.tar.bz2
aports-34a7e8d684d2c314f735d5b445197298e8906914.tar.xz
testing/lshell: add pre-install script
add lshell user:group with $pkgrel bumped
Diffstat (limited to 'testing/lshell/lshell.pre-install')
-rw-r--r--testing/lshell/lshell.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/lshell/lshell.pre-install b/testing/lshell/lshell.pre-install
new file mode 100644
index 0000000000..b8b883eb65
--- /dev/null
+++ b/testing/lshell/lshell.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+addgroup -S lshell 2>/dev/null
+adduser -S -H -h /var/empty -G lshell -D -s /sbin/nologin lshell 2>/dev/null
+exit 0
+