diff options
Diffstat (limited to 'desktop/boston-icon-theme/doinst.sh')
-rw-r--r-- | desktop/boston-icon-theme/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/boston-icon-theme/doinst.sh b/desktop/boston-icon-theme/doinst.sh new file mode 100644 index 000000000000..3b3c867e4f35 --- /dev/null +++ b/desktop/boston-icon-theme/doinst.sh @@ -0,0 +1,5 @@ +if [ -e usr/share/icons/Boston/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/Boston >/dev/null 2>&1 + fi +fi |