diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2010-05-13 00:59:25 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:59:25 +0200 |
commit | cffa06022cc9c0978104f4cf01cc98170bcafebb (patch) | |
tree | b55d9dcf7e7f341a5c9a2abfb68a534d3963784f /misc/ibus-anthy/doinst.sh | |
parent | 77d806225733863f43586474f705265839bf6ea3 (diff) | |
download | slackbuilds-cffa06022cc9c0978104f4cf01cc98170bcafebb.tar.gz |
misc/ibus-anthy: Added to 13.0 repository
Diffstat (limited to 'misc/ibus-anthy/doinst.sh')
-rw-r--r-- | misc/ibus-anthy/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/ibus-anthy/doinst.sh b/misc/ibus-anthy/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/misc/ibus-anthy/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 + |