From 4935b74cdba3c0cf1b5746b14789595943ce57e5 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Thu, 13 May 2010 00:23:54 +0200 Subject: desktop/xfce4-time-out-plugin: Updated for version 0.1.1 --- desktop/xfce4-time-out-plugin/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 desktop/xfce4-time-out-plugin/doinst.sh (limited to 'desktop/xfce4-time-out-plugin/doinst.sh') diff --git a/desktop/xfce4-time-out-plugin/doinst.sh b/desktop/xfce4-time-out-plugin/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/desktop/xfce4-time-out-plugin/doinst.sh @@ -0,0 +1,6 @@ +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + -- cgit v1.2.3