From: rohieb Date: Wed, 30 Jul 2008 19:25:33 +0000 (+0200) Subject: debian/postinst: touch config file if it has for unexplicable reasons been deleted... X-Git-Tag: REL_8.08.03~5^2 X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/8410cc92d5f99bea6697f12c4ca8f8ec53349d4a debian/postinst: touch config file if it has for unexplicable reasons been deleted, increased debian version number --- diff --git a/debian/changelog b/debian/changelog index a843958..2153577 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +iserv-mod-room-reservation (8.07.30-1) stable; urgency=low + + * debian/postinst: touch config file if it has for unexplicable reasons been + deleted + + -- Roland Hieber (Package Signing Key) Wed, 30 Jul 2008 21:23:20 +0200 + iserv-mod-room-reservation (8.07.30-0) stable; urgency=low * fixed log messages: when whitelisting a room, the log message for diff --git a/debian/postinst b/debian/postinst index 3ddac10..6e96da0 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,5 @@ #!/bin/sh +touch /usr/share/iserv/www/inc/mod_room-reservation/config.inc chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc chkdb -r