mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-13 07:11:46 -05:00
Debian build fixes
This commit is contained in:
2
debian/postinst
vendored
2
debian/postinst
vendored
@@ -2,7 +2,6 @@
|
||||
|
||||
action="$1"
|
||||
CONF=/etc/mt-daapd.conf
|
||||
PLAY=/etc/mt-daapd.playlist
|
||||
CACHE=/var/cache/mt-daapd
|
||||
|
||||
case "$1" in
|
||||
@@ -14,7 +13,6 @@ case "$1" in
|
||||
fi
|
||||
fi
|
||||
if [ ! -f $CONF ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.conf $CONF; fi
|
||||
if [ ! -f $PLAY ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.playlist $PLAY; fi
|
||||
if [ ! -d $CACHE ] ; then mkdir -p $CACHE; fi
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user