projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
turn off max-width on console page
[invirt/packages/invirt-web.git]
/
debian
/
sipb-xen-www.postinst
diff --git
a/debian/sipb-xen-www.postinst
b/debian/sipb-xen-www.postinst
index
e4d526b
..
5ddf6f9
100755
(executable)
--- a/
debian/sipb-xen-www.postinst
+++ b/
debian/sipb-xen-www.postinst
@@
-22,6
+22,8
@@
case "$1" in
configure)
cd /var/www/sipb-xen-www
make clean && make all
+ chgrp -R sipb-xen .
+ chmod -R g+w .
;;
abort-upgrade|abort-remove|abort-deconfigure)