aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sems/sems.pre-install
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2010-06-28 08:51:17 +0000
committerLeonardo Arena <rnalrd@gmail.com>2010-06-28 08:51:17 +0000
commit78e13c7934f6f1f69df4a3c6674b390791d2a5da (patch)
treea287f83aeaa899156c1aee14b04d0c0b44794c9a /testing/sems/sems.pre-install
parentf7b7bee3e81109a892e43065b6c16cd8c3779502 (diff)
downloadaports-78e13c7934f6f1f69df4a3c6674b390791d2a5da.tar.bz2
aports-78e13c7934f6f1f69df4a3c6674b390791d2a5da.tar.xz
testing/sems: upgrade to 1.2.1
Diffstat (limited to 'testing/sems/sems.pre-install')
-rw-r--r--testing/sems/sems.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/sems/sems.pre-install b/testing/sems/sems.pre-install
new file mode 100644
index 0000000000..3e82578a3e
--- /dev/null
+++ b/testing/sems/sems.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -H -h /var/empty -s /bin/false -D sems 2>/dev/null
+
+exit 0