summaryrefslogtreecommitdiffstats
path: root/audio-players/mpd/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'audio-players/mpd/PRE_BUILD')
-rwxr-xr-xaudio-players/mpd/PRE_BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/audio-players/mpd/PRE_BUILD b/audio-players/mpd/PRE_BUILD
deleted file mode 100755
index c410252895..0000000000
--- a/audio-players/mpd/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-if [[ $INIT_INSTALLED ]]; then
- create_account musicdaemon &&
- sed -i "s:/etc/mpd.conf:/etc/sysconfig/mpd:g" src/main.c
-fi