moved db_user calls from includes to actual script, buggy when included from navigation
[iserv-mod-room-reservation.git] / debian / postinst
index de030c2..9381cba 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-chkdb -r
-chkpriv
-chklocale
-
+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
+iservchk -a
+#DEBHELPER#
This page took 0.023144 seconds and 4 git commands to generate.