mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 14:43:21 -05:00
Fixes for debian packages
This commit is contained in:
parent
5db53647d5
commit
e581762949
@ -311,5 +311,5 @@ scan_type = 2
|
|||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
plugin_dir = @prefix@/share/mt-daapd/plugins
|
plugin_dir = @prefix@/share/mt-daapd/plugins
|
||||||
plugins = rsp.so,ssc-script.so
|
|
||||||
|
|
||||||
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -14,6 +14,8 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
if [ ! -f $CONF ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.conf $CONF; fi
|
if [ ! -f $CONF ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.conf $CONF; fi
|
||||||
if [ ! -d $CACHE ] ; then mkdir -p $CACHE; fi
|
if [ ! -d $CACHE ] ; then mkdir -p $CACHE; fi
|
||||||
|
|
||||||
|
chown nobody $CACHE
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user