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