From c25b7aa323ab71b1a524d15dbbe942dbebd55761 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 30 Jan 2013 00:08:41 -0800 Subject: Wed Jan 30 00:08:41 PST 2013 --- extra/pgbouncer/pgbouncer.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/pgbouncer/pgbouncer.install') diff --git a/extra/pgbouncer/pgbouncer.install b/extra/pgbouncer/pgbouncer.install index 2f77ae50f..6374fdf94 100644 --- a/extra/pgbouncer/pgbouncer.install +++ b/extra/pgbouncer/pgbouncer.install @@ -8,10 +8,10 @@ post_install() { fi chown pgbouncer:pgbouncer /var/log/pgbouncer systemd-tmpfiles --create pgbouncer.conf - post_update + post_upgrade } -post_update() { +post_upgrade() { gpasswd -a pgbouncer postgres } -- cgit v1.2.3-54-g00ecf