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, 0 insertions, 7 deletions
diff --git a/localports/ppucciniest-playground/ppucciniest-playground.pre-install b/localports/ppucciniest-playground/ppucciniest-playground.pre-install
deleted file mode 100755
index 29b6997..0000000
--- a/localports/ppucciniest-playground/ppucciniest-playground.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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