Package wesnoth-server: Scripts

Post install

/usr/sbin/post_service wesnothd
Pre install

1
2
3
/usr/sbin/groupadd -r -f _wesnothd ||:
/usr/sbin/useradd -g _wesnothd -c 'Wesnoth server' \
        -d /var/run/wesnothd -s /dev/null -r _wesnothd >/dev/null 2>&1 ||:
Pre uninstall

/usr/sbin/preun_service wesnothd