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

Antonio Rojas arojas at archlinux.org
Sun Aug 7 18:26:08 UTC 2016


    Date: Sunday, August 7, 2016 @ 18:26:08
  Author: arojas
Revision: 273451

Hooks

Modified:
  mono-tools/trunk/PKGBUILD
  mono-tools/trunk/mono-tools.install

--------------------+
 PKGBUILD           |    2 +-
 mono-tools.install |    9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-07 18:22:56 UTC (rev 273450)
+++ PKGBUILD	2016-08-07 18:26:08 UTC (rev 273451)
@@ -11,7 +11,7 @@
 
 pkgname=mono-tools
 pkgver=3.10
-pkgrel=2
+pkgrel=3
 pkgdesc="collection of testing and development tools for use with mono (including monodoc browser)"
 arch=(i686 x86_64)
 license=('GPL')

Modified: mono-tools.install
===================================================================
--- mono-tools.install	2016-08-07 18:22:56 UTC (rev 273450)
+++ mono-tools.install	2016-08-07 18:26:08 UTC (rev 273451)
@@ -1,15 +1,6 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
 post_remove() {
   rm -f  /usr/lib/monodoc/monodoc.index
   rm -rf /usr/lib/monodoc/search_index
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 # vim: ft=sh



More information about the arch-commits mailing list