[arch-commits] Commit in pgbouncer/trunk (pgbouncer.install)

Dan McGee dan at archlinux.org
Tue Jan 15 16:03:42 UTC 2013


    Date: Tuesday, January 15, 2013 @ 11:03:41
  Author: dan
Revision: 175157

I'm an idiot, know the function names

Modified:
  pgbouncer/trunk/pgbouncer.install

-------------------+
 pgbouncer.install |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: pgbouncer.install
===================================================================
--- pgbouncer.install	2013-01-15 15:40:39 UTC (rev 175156)
+++ pgbouncer.install	2013-01-15 16:03:41 UTC (rev 175157)
@@ -8,10 +8,10 @@
   fi
   chown pgbouncer:pgbouncer /var/log/pgbouncer
   systemd-tmpfiles --create pgbouncer.conf
-  post_update
+  post_upgrade
 }
 
-post_update() {
+post_upgrade() {
   gpasswd -a pgbouncer postgres
 }
 




More information about the arch-commits mailing list