fixed conversion of admin groups in maint/update-config.sh
[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 chkdb -r
6 chkpriv
7 chklocale
8 # run update script
9 php /usr/share/iserv/modules/error-reporter/update.php
10 #DEBHELPER#
This page took 0.054203 seconds and 5 git commands to generate.