diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-19 11:45:19 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-10-19 12:19:07 +0200 |
commit | 4b29650cdf482ed0d27245473d7eda5324a67094 (patch) | |
tree | ceac920b221bfe65db9b93debc42031229ca33e8 /community/ympd/ympd.pre-install | |
parent | 7f392d58565b1aa848487cd5d61ccc147ed051f2 (diff) | |
download | aports-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-install | 5 |
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 |