X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/679f2690b1147860be563a54b8739b555c6d4aed..96297aceb23c9363c37c27795253c35c431730f2:/debian/sipb-xen-www.postinst diff --git a/debian/sipb-xen-www.postinst b/debian/sipb-xen-www.postinst index 96ed42b..7f213a0 100755 --- a/debian/sipb-xen-www.postinst +++ b/debian/sipb-xen-www.postinst @@ -23,6 +23,11 @@ case "$1" in cd /var/www/sipb-xen-www make clean && make all chgrp -R sipb-xen . + chmod -R g+w . + + # Our init script proxies all requests Apache's, so Apache's + # running is just a NOP + update-rc.d -f apache2 remove ;; abort-upgrade|abort-remove|abort-deconfigure)