Package shellinabox: Scripts

Post install

/usr/sbin/post_service shellinaboxd
Pre install

1
2
3
/usr/sbin/groupadd -r -f _shellinaboxd
/usr/sbin/useradd -r -g _shellinaboxd -d / -s /dev/null \
	-c "Shell in a Box" -n _shellinaboxd >/dev/null 2>&1 ||:
Pre uninstall

/usr/sbin/preun_service shellinaboxd