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

Levente Polyak anthraxx at archlinux.org
Thu Nov 2 09:50:15 UTC 2017


    Date: Thursday, November 2, 2017 @ 09:50:14
  Author: anthraxx
Revision: 265111

remove old install file replaced by hooks

Deleted:
  kodi/trunk/kodi.install

--------------+
 kodi.install |   17 -----------------
 1 file changed, 17 deletions(-)

Deleted: kodi.install
===================================================================
--- kodi.install	2017-11-02 09:50:06 UTC (rev 265110)
+++ kodi.install	2017-11-02 09:50:14 UTC (rev 265111)
@@ -1,17 +0,0 @@
-post_install() {
-  update_icons
-}
-
-post_upgrade() {
-  update_icons
-}
-
-post_remove() {
-  update_icons
-}
-
-update_icons() {
-  type -p gtk-update-icon-cache > /dev/null 2>&1 && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
-  type -p update-desktop-database > /dev/null 2>&1 && usr/bin/update-desktop-database -q usr/share/applications
-  return 0
-}



More information about the arch-commits mailing list