Package monotone-server: Scripts

Post install

/usr/sbin/post_service monotone
Pre install

1
2
3
# Add the "monotone" user
/usr/sbin/useradd -c "Monotone Netsync Server" \
	-s /sbin/nologin -r -d /var/lib/monotone monotone 2> /dev/null || :
Pre uninstall

/usr/sbin/preun_service monotone