Date: Wednesday, December 17, 2014 @ 20:00:15
  Author: bpiotrowski
Revision: 124047

upgpkg: syncthing 0.10.12-1

remove useless post_upgrade message

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

-------------------+
 PKGBUILD          |    4 ++--
 syncthing.install |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-12-17 16:53:02 UTC (rev 124046)
+++ PKGBUILD    2014-12-17 19:00:15 UTC (rev 124047)
@@ -5,8 +5,8 @@
 # Contributor: korjjj <[email protected]>
 
 pkgname=syncthing
-pkgver=0.10.11
-pkgrel=2
+pkgver=0.10.12
+pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/";
 license=('GPL3')

Modified: syncthing.install
===================================================================
--- syncthing.install   2014-12-17 16:53:02 UTC (rev 124046)
+++ syncthing.install   2014-12-17 19:00:15 UTC (rev 124047)
@@ -7,7 +7,3 @@
     systemctl enable syncthing@user
 EOF
 }
-
-post_upgrade() {
-    post_install
-}

Reply via email to