Package tcl-httpd-server: Scripts

Post install

/usr/sbin/post_service tclhttpd
Pre install

1
2
3
4
/usr/sbin/groupadd -r -f webmaster &>/dev/null ||:
/usr/sbin/groupadd -r -f tclhttpd &>/dev/null ||:
/usr/sbin/useradd -r -g tclhttpd -d /var/www/tclhttpd -s /dev/null \
    -c "TclHTTPD Web Server" -M -n tclhttpd &>/dev/null ||:
Pre uninstall

/usr/sbin/preun_service tclhttpd