Fixes for debian packages

This commit is contained in:
Ron Pedde 2006-10-25 02:51:38 +00:00
parent 5db53647d5
commit e581762949
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -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