diff options
author | Karel Kočí <cynerd@email.cz> | 2020-09-28 22:18:35 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-09-28 22:18:35 +0200 |
commit | 6cd7bd8f87660b5d3914aefb441792c8589f7e60 (patch) | |
tree | 9828f52562b9c61018fd454ef99a7509205fb17f /spotifyd/spotifyd.pre-install | |
parent | 9f07a980bfe4bf407261e64ec5d77f317e528a7e (diff) | |
download | alpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.tar.gz alpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.tar.bz2 alpine-personal-pkgs-6cd7bd8f87660b5d3914aefb441792c8589f7e60.zip |
spotifyd: temporally drop
Diffstat (limited to 'spotifyd/spotifyd.pre-install')
-rwxr-xr-x | spotifyd/spotifyd.pre-install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spotifyd/spotifyd.pre-install b/spotifyd/spotifyd.pre-install deleted file mode 100755 index 282e21c..0000000 --- a/spotifyd/spotifyd.pre-install +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -addgroup -S spotify 2>/dev/null -adduser -S -D -h /var/lib/spotify -s /sbin/nologin -G spotify spotify 2>/dev/null - -adduser spotify audio 2>/dev/null - -exit 0 |