mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
lost this for a second
This commit is contained in:
parent
bcb9fe21c6
commit
c83f091dc7
12
debian/postinst
vendored
Normal file
12
debian/postinst
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
action="$1"
|
||||
CONF=/etc/mt-daapd.conf
|
||||
PLAY=/etc/mt-daapd.playlist
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
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
|
||||
;;
|
||||
esac
|
Loading…
x
Reference in New Issue
Block a user