From: rohieb Date: Thu, 2 Oct 2008 22:50:58 +0000 (+0200) Subject: debian/postinst: better let update.php do the database update because chkdb instantly... X-Git-Tag: REL_9.02.25~5 X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/commitdiff_plain/8da9470fd4b18fd01a87fb2a50f145f59b63184b debian/postinst: better let update.php do the database update because chkdb instantly drops old fields --- diff --git a/debian/postinst b/debian/postinst old mode 100755 new mode 100644 index 9d55bf5..573602d --- a/debian/postinst +++ b/debian/postinst @@ -2,7 +2,8 @@ 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