Added tag REL_9.10.23 for changeset df065c5c8244
[iserv-mod-error-reporter.git] / debian / postinst
old mode 100755 (executable)
new mode 100644 (file)
index 9d55bf5..8c50428
@@ -2,9 +2,12 @@
 touch /usr/share/iserv/www/inc/mod_error-reporter/config.inc
 chmod g+w /usr/share/iserv/www/inc/mod_error-reporter/config.inc
 chgrp www-data /usr/share/iserv/www/inc/mod_error-reporter/config.inc
-chkdb -r
+# better let update.php do it because chkdb instantly drops old fields
+# chkdb -r
 chkpriv
 chklocale
 # run update script
+export PGDATABASE=iserv
+export PGUSER=postgres
 php /usr/share/iserv/modules/error-reporter/update.php
 #DEBHELPER#
This page took 0.021382 seconds and 4 git commands to generate.