slackbuilds_ponce/misc/fcitx5-chewing/doinst.sh
ltlnx 353a41671d misc/fcitx5-chewing: Added (chewing input method for fcitx5).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-25 08:53:06 +07:00

5 lines
192 B
Bash

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/hicolor >/dev/null 2>&1
fi
fi