diff options
author | Bart Ribbers <bribbers@disroot.org> | 2018-07-10 17:37:43 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-10-14 13:17:54 +0200 |
commit | 8d213358254fd1dc606bbd7f92f1ea299b6d5c56 (patch) | |
tree | c83278b87d39999bae232a261dc12ef2b0e3868c /community/snapcast/snapcast.pre-install | |
parent | 639e4e8ca4d2b82a73a8f68a69a718c01d323cab (diff) | |
download | aports-8d213358254fd1dc606bbd7f92f1ea299b6d5c56.tar.bz2 aports-8d213358254fd1dc606bbd7f92f1ea299b6d5c56.tar.xz |
testing/snapcast: move to community
Diffstat (limited to 'community/snapcast/snapcast.pre-install')
-rw-r--r-- | community/snapcast/snapcast.pre-install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/snapcast/snapcast.pre-install b/community/snapcast/snapcast.pre-install new file mode 100644 index 0000000000..cace0e9c54 --- /dev/null +++ b/community/snapcast/snapcast.pre-install @@ -0,0 +1,8 @@ +#!/bin/sh + +addgroup -S -g 18 audio 2>/dev/null +addgroup -S snapcast 2>/dev/null +adduser -S -D -h /var/lib/snapcast -s /sbin/nologin -G snapcast -g snapcast snapcast 2>/dev/null +addgroup snapcast audio 2>/dev/null + +exit 0 |