Date: Wednesday, March 6, 2013 @ 03:52:21 Author: fyan Revision: 85736
upgpkg: goagent 2.1.13-1 Modified: goagent/trunk/PKGBUILD goagent/trunk/goagent.install -----------------+ PKGBUILD | 4 ++-- goagent.install | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-06 02:20:18 UTC (rev 85735) +++ PKGBUILD 2013-03-06 02:52:21 UTC (rev 85736) @@ -4,7 +4,7 @@ # Contributor: Guten <ywzhai...@gmail.com> pkgname=goagent -pkgver=2.1.12 +pkgver=2.1.13 pkgrel=1 pkgdesc="A gae proxy forked from gappproxy/wallproxy" arch=("any") @@ -48,4 +48,4 @@ # vim:set ts=2 sw=2 et: md5sums=('a0223e4e436a4d5cc17f76fc1fbbc140' - '010db943e1077678f65c9aa962c6c33d') + '2d9a13fde523a6da4bcbab4f45569260') Modified: goagent.install =================================================================== --- goagent.install 2013-03-06 02:20:18 UTC (rev 85735) +++ goagent.install 2013-03-06 02:52:21 UTC (rev 85736) @@ -1,3 +1,12 @@ +post_install() { + echo "Please use systemd units to start/stop goagent:" + echo "sudo systemctl start/stop goagent" +} + +post_upgrade() { + post_install +} + pre_upgrade() { rm -rf /opt/goagent/certs }