Skip to content
Snippets Groups Projects
Commit 39ae5406 authored by Guillaume Alaux's avatar Guillaume Alaux
Browse files

Pacman hooks rebuild

parent cce860f2
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,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'
......@@ -14,7 +14,6 @@ license=('GPL2')
# 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')
......
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment