diff options
Diffstat (limited to 'system/se98-icon-theme/doinst.sh')
-rw-r--r-- | system/se98-icon-theme/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/se98-icon-theme/doinst.sh b/system/se98-icon-theme/doinst.sh new file mode 100644 index 0000000000..bf6324e333 --- /dev/null +++ b/system/se98-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 -f usr/share/icons/SE98 >/dev/null 2>&1 + fi +fi + |