[arch-commits] Commit in cool-retro-term/trunk (PKGBUILD cool-retro-term.install)

Antonio Rojas arojas at archlinux.org
Fri May 20 19:28:26 UTC 2016


    Date: Friday, May 20, 2016 @ 21:28:25
  Author: arojas
Revision: 175954

Hooks

Modified:
  cool-retro-term/trunk/PKGBUILD
Deleted:
  cool-retro-term/trunk/cool-retro-term.install

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 19:26:36 UTC (rev 175953)
+++ PKGBUILD	2016-05-20 19:28:25 UTC (rev 175954)
@@ -5,13 +5,12 @@
 
 pkgname=cool-retro-term
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A good looking terminal emulator which mimics the old cathode display'
 arch=('i686' 'x86_64')
 url='https://github.com/Swordfish90/cool-retro-term'
 license=('GPL3')
 depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 'hicolor-icon-theme')
-install=$pkgname.install
 source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz")
 sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
 

Deleted: cool-retro-term.install
===================================================================
--- cool-retro-term.install	2016-05-20 19:26:36 UTC (rev 175953)
+++ cool-retro-term.install	2016-05-20 19:28:25 UTC (rev 175954)
@@ -1,12 +0,0 @@
-post_install() {
-  [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor || \
-  ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list