9d55bf5b18c182130b7070b33b54b06577ed9d90
[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.051541 seconds and 3 git commands to generate.