Package mt-daapd: Scripts

Post install

/sbin/chkconfig --add mt-daapd
Post uninstall

/sbin/service mt-daapd condrestart &>/dev/null || true
Pre install

/usr/sbin/useradd -r -d /var/cache/mt-daapd -s /sbin/nologin -c "mt-daapd Network Multimedia Server" mt-daapd 2>/dev/null || true
Pre uninstall

1
2
3
4
if [ $1 = 0 ]; then
        /sbin/service mt-daapd condstop &>/dev/null ||  true
        /sbin/chkconfig --del mt-daapd
fi