From 86538f555eadc34ad152f0be3470002c5e73bf41 Mon Sep 17 00:00:00 2001 From: Oliver Schmidhauser Date: Mon, 17 Jul 2017 08:03:09 +0200 Subject: [PATCH] Stop making ~/music when mpd starts. The default music directory has been changed to /sdcard/music anyway, so it is no longer required and actually more confusing to people, since they will think they should put their music into ~/music, which will not work with the default configuration of mpd. --- packages/mpd/mpd-script.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/mpd/mpd-script.sh b/packages/mpd/mpd-script.sh index 97a472519..8dd59a175 100644 --- a/packages/mpd/mpd-script.sh +++ b/packages/mpd/mpd-script.sh @@ -1,7 +1,6 @@ mpd_test=$(pgrep -f /data/data/com.termux/files/usr/libexec/mpd) CmdArgs=$(echo "$@") #echo $mpd_test -mkdir -p ~/music mkdir -p ~/.mpd mkdir -p ~/.mpd/playlists touch ~/.mpd/state