#! /bin/sh -e

if [ "$1" = "configure" ]; then
  addgroup webauthor 2> /dev/null
  chown -R root:root /home/www 2> /dev/null
  chown -R root:webauthor /home/www/htdocs 2> /dev/null
  chown -R root:webauthor /home/www/cgi-bin 2> /dev/null
fi
