mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 23:43:23 -05:00
Fixes for debian packages
This commit is contained in:
parent
5db53647d5
commit
e581762949
@ -311,5 +311,5 @@ scan_type = 2
|
||||
|
||||
[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
|
||||
if [ ! -f $CONF ] ; then cp /usr/share/doc/mt-daapd/mt-daapd.conf $CONF; fi
|
||||
if [ ! -d $CACHE ] ; then mkdir -p $CACHE; fi
|
||||
|
||||
chown nobody $CACHE
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user