summaryrefslogtreecommitdiffstats
path: root/testing/mpd/mpd.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-14 13:33:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-14 13:33:10 +0000
commit6b201dfcd600db5a897710703d4aec83e9b6a0c9 (patch)
treeae9084eddf23d39a69e118c3b189b20025e019c9 /testing/mpd/mpd.pre-install
parentce09110732b963e07bb8edd1166ff946c333ebe3 (diff)
downloadaports-6b201dfcd600db5a897710703d4aec83e9b6a0c9.tar.bz2
aports-6b201dfcd600db5a897710703d4aec83e9b6a0c9.tar.xz
main/mpd: moved from testing
Diffstat (limited to 'testing/mpd/mpd.pre-install')
-rw-r--r--testing/mpd/mpd.pre-install4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/mpd/mpd.pre-install b/testing/mpd/mpd.pre-install
deleted file mode 100644
index 4baabab1a..000000000
--- a/testing/mpd/mpd.pre-install
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-adduser -h /var/lib/mpd -s /bin/false -G audio -D mpd 2>/dev/null || true
-