From 35bd2bb6857eb818ca53b8fe34d88106133342f4 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Nov 2012 01:15:19 -0700 Subject: Fri Nov 2 01:12:32 PDT 2012 --- community/geany-plugins/geany-plugins.install | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'community/geany-plugins/geany-plugins.install') diff --git a/community/geany-plugins/geany-plugins.install b/community/geany-plugins/geany-plugins.install index f26807673..bce670aff 100644 --- a/community/geany-plugins/geany-plugins.install +++ b/community/geany-plugins/geany-plugins.install @@ -1,13 +1,12 @@ -post_upgrade() { - gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } -post_install() { - post_upgrade +post_upgrade() { + post_install } post_remove() { - post_upgrade + post_install } - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf