slackbuilds_ponce/misc/fcitx5/doinst.sh
ltlnx 03095a13a2 misc/fcitx5: Added (Input Method Framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-25 08:38:59 +07:00

13 lines
435 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
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
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi