summaryrefslogtreecommitdiff
path: root/localports/ppucciniest-playground/ppucciniest-playground.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'localports/ppucciniest-playground/ppucciniest-playground.pre-install')
-rwxr-xr-xlocalports/ppucciniest-playground/ppucciniest-playground.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/localports/ppucciniest-playground/ppucciniest-playground.pre-install b/localports/ppucciniest-playground/ppucciniest-playground.pre-install
new file mode 100755
index 0000000..29b6997
--- /dev/null
+++ b/localports/ppucciniest-playground/ppucciniest-playground.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S ppucciniest_playground 2>/dev/null
+adduser -SDs/sbin/nologin -Gppucciniest_playground -gppucciniest_playground \
+ ppucciniest_playground ppucciniest_playground 2>/dev/null
+
+exit 0