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

Antonio Rojas arojas at archlinux.org
Sat May 7 17:11:57 UTC 2016


    Date: Saturday, May 7, 2016 @ 19:11:56
  Author: arojas
Revision: 174212

Hooks

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

--------------+
 PKGBUILD     |    3 +--
 xchm.install |   15 ---------------
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 17:09:34 UTC (rev 174211)
+++ PKGBUILD	2016-05-07 17:11:56 UTC (rev 174212)
@@ -3,13 +3,12 @@
 
 pkgname=xchm
 pkgver=1.23
-pkgrel=3
+pkgrel=4
 pkgdesc="A cross-platform GUI front-end to chmlib"
 arch=('i686' 'x86_64')
 url="http://xchm.sourceforge.net/"
 license=('GPL')
 depends=('chmlib' 'wxgtk2.8' 'desktop-file-utils')
-install=xchm.install
 source=("http://downloads.sourceforge.net/sourceforge/xchm/${pkgname}-${pkgver}.tar.gz"
         'xchm.desktop'
         'xchm.xml')

Deleted: xchm.install
===================================================================
--- xchm.install	2016-05-07 17:09:34 UTC (rev 174211)
+++ xchm.install	2016-05-07 17:11:56 UTC (rev 174212)
@@ -1,15 +0,0 @@
-post_install() {
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  #gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}



More information about the arch-commits mailing list