diff options
Diffstat (limited to 'desktop/cheser-icon-theme/doinst.sh')
-rw-r--r-- | desktop/cheser-icon-theme/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/cheser-icon-theme/doinst.sh b/desktop/cheser-icon-theme/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/desktop/cheser-icon-theme/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 + |