diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-30 22:57:28 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-03 09:35:35 -0500 |
commit | e74b8c137149110bcc93f70bc398ea0acb5f31d2 (patch) | |
tree | c0039da548daa787230fd3e64fc61ce9b88c9740 /desktop/xfce4-time-out-plugin/doinst.sh | |
parent | 2c9531e38bf7bc5fb0b2ab870279837bf430c825 (diff) |
desktop/xfce4-time-out-plugin: Removed (abandoned by maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-time-out-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-time-out-plugin/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/xfce4-time-out-plugin/doinst.sh b/desktop/xfce4-time-out-plugin/doinst.sh deleted file mode 100644 index 30eb690936b52..0000000000000 --- a/desktop/xfce4-time-out-plugin/doinst.sh +++ /dev/null @@ -1,6 +0,0 @@ -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 - |