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

Guillaume Alaux guillaume at archlinux.org
Thu May 12 11:14:50 UTC 2016


    Date: Thursday, May 12, 2016 @ 13:14:49
  Author: guillaume
Revision: 174936

Pacman hooks rebuild

Modified:
  terminator/trunk/PKGBUILD
Deleted:
  terminator/trunk/terminator.install

--------------------+
 PKGBUILD           |    3 +--
 terminator.install |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 11:06:20 UTC (rev 174935)
+++ PKGBUILD	2016-05-12 11:14:49 UTC (rev 174936)
@@ -6,7 +6,7 @@
 
 pkgname=terminator
 pkgver=0.98
-pkgrel=1
+pkgrel=2
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='http://gnometerminator.blogspot.fr/p/introduction.html'
@@ -15,7 +15,6 @@
 # and terminator seems to require vte for GTK 2
 depends=('vte' 'pygtk' 'dbus-glib' 'xdg-utils' 'python2-notify' 'python2-keybinder2')
 makedepends=('desktop-file-utils' 'gettext' 'intltool')
-install=terminator.install
 source=("http://launchpad.net/terminator/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1')
 

Deleted: terminator.install
===================================================================
--- terminator.install	2016-05-12 11:06:20 UTC (rev 174935)
+++ terminator.install	2016-05-12 11:14:49 UTC (rev 174936)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-



More information about the arch-commits mailing list