From 4141f5b04aab597f88a617a82649a404c773469a Mon Sep 17 00:00:00 2001 From: root Date: Thu, 10 Nov 2011 23:14:50 +0000 Subject: Thu Nov 10 23:14:50 UTC 2011 --- extra/xfce4-weather-plugin/xfce4-weather-plugin.install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/xfce4-weather-plugin/xfce4-weather-plugin.install') diff --git a/extra/xfce4-weather-plugin/xfce4-weather-plugin.install b/extra/xfce4-weather-plugin/xfce4-weather-plugin.install index b0b7f29d1..e4f8fd06c 100644 --- a/extra/xfce4-weather-plugin/xfce4-weather-plugin.install +++ b/extra/xfce4-weather-plugin/xfce4-weather-plugin.install @@ -1,13 +1,13 @@ -#!/bin/sh - post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post_install } + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf