aboutsummaryrefslogtreecommitdiffstats
path: root/community/ympd/ympd.pre-install
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-10-19 11:45:19 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-10-19 12:19:07 +0200
commit4b29650cdf482ed0d27245473d7eda5324a67094 (patch)
treeceac920b221bfe65db9b93debc42031229ca33e8 /community/ympd/ympd.pre-install
parent7f392d58565b1aa848487cd5d61ccc147ed051f2 (diff)
downloadaports-4b29650cdf482ed0d27245473d7eda5324a67094.tar.bz2
aports-4b29650cdf482ed0d27245473d7eda5324a67094.tar.xz
community/ympd: move from main
Diffstat (limited to 'community/ympd/ympd.pre-install')
-rw-r--r--community/ympd/ympd.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/ympd/ympd.pre-install b/community/ympd/ympd.pre-install
new file mode 100644
index 0000000000..27eb617ed9
--- /dev/null
+++ b/community/ympd/ympd.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -S -D -H -s /sbin/nologin -G audio -g ympd ympd 2>/dev/null
+
+exit 0