just run iservchk in debian/postinst, it is easier
[iserv-mod-room-reservation.git] / debian / postinst
index ec6a94a..9381cba 100755 (executable)
@@ -2,9 +2,5 @@
 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
-export PGDATABASE=iserv
-export PGUSER=postgres
-chkdb -r
-chkpriv
-chklocale
+iservchk -a
 #DEBHELPER#
This page took 0.025916 seconds and 4 git commands to generate.