From 8410cc92d5f99bea6697f12c4ca8f8ec53349d4a Mon Sep 17 00:00:00 2001 From: rohieb Date: Wed, 30 Jul 2008 21:25:33 +0200 Subject: [PATCH] debian/postinst: touch config file if it has for unexplicable reasons been deleted, increased debian version number --- debian/changelog | 7 +++++++ debian/postinst | 1 + 2 files changed, 8 insertions(+) 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 -- 2.20.1