debian/postinst: better let update.php do the database update because chkdb instantly...
authorrohieb <devnull@localhost>
Thu, 2 Oct 2008 22:50:58 +0000 (00:50 +0200)
committerrohieb <devnull@localhost>
Thu, 2 Oct 2008 22:50:58 +0000 (00:50 +0200)
debian/postinst [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 9d55bf5..573602d
@@ -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
This page took 0.027722 seconds and 4 git commands to generate.