Added tag REL_8.08.07 for changeset 787bc13eaaae11105549b3f87a05b2a63f0cba52
[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.051925 seconds and 5 git commands to generate.