got psql: FATAL: Ident authentication failed for user "root" on install
[iserv-mod-room-reservation.git] / debian / postinst
1 #!/bin/sh
2 touch /usr/share/iserv/www/inc/mod_room-reservation/config.inc
3 chmod g+w /usr/share/iserv/www/inc/mod_room-reservation/config.inc
4 chgrp www-data /usr/share/iserv/www/inc/mod_room-reservation/config.inc
5 export PGDATABASE=iserv
6 export PGUSER=postgres
7 chkdb -r
8 chkpriv
9 chklocale
10 #DEBHELPER#
This page took 0.045585 seconds and 5 git commands to generate.