debian/postinst: touch config file if it has for unexplicable reasons been deleted...
authorrohieb <devnull@localhost>
Wed, 30 Jul 2008 19:25:33 +0000 (21:25 +0200)
committerrohieb <devnull@localhost>
Wed, 30 Jul 2008 19:25:33 +0000 (21:25 +0200)
debian/changelog
debian/postinst

index a843958..2153577 100644 (file)
@@ -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) <roland.hieber@wilhelm-gym.net>  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
index 3ddac10..6e96da0 100755 (executable)
@@ -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
This page took 0.030589 seconds and 4 git commands to generate.