debian/postinst: better let update.php do the database update because chkdb instantly...
[iserv-mod-error-reporter.git] / debian / postinst
1 #!/bin/sh
2 touch /usr/share/iserv/www/inc/mod_error-reporter/config.inc
3 chmod g+w /usr/share/iserv/www/inc/mod_error-reporter/config.inc
4 chgrp www-data /usr/share/iserv/www/inc/mod_error-reporter/config.inc
5 # better let update.php do it because chkdb instantly drops old fields
6 # chkdb -r
7 chkpriv
8 chklocale
9 # run update script
10 php /usr/share/iserv/modules/error-reporter/update.php
11 #DEBHELPER#
This page took 0.044521 seconds and 5 git commands to generate.