diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-13 00:23:13 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 00:23:13 +0200 |
commit | 70b1be95595abaaed95d94b45aea88a9813d491f (patch) | |
tree | defc357d81421a802ba9fc635ba1d489b7f1a36c /desktop/thunar-archive-plugin/doinst.sh | |
parent | c55972010e814a1e9b1424f6da5204f0d92bc4da (diff) | |
download | slackbuilds-70b1be95595abaaed95d94b45aea88a9813d491f.tar.gz |
desktop/thunar-archive-plugin: Updated for version 0.2.4
Diffstat (limited to 'desktop/thunar-archive-plugin/doinst.sh')
-rw-r--r-- | desktop/thunar-archive-plugin/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/thunar-archive-plugin/doinst.sh b/desktop/thunar-archive-plugin/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/desktop/thunar-archive-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 + |