diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-12-08 11:10:32 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:22:27 -0500 |
commit | 33702a2ca5116841e7df2a31d1daf06e18d3278d (patch) | |
tree | a948f4656ef4fc169e9117e47b46be3530e575cc /misc/fcitx/doinst.sh | |
parent | bd2640d1ed6303115b554ea8c6745fb746ece172 (diff) |
misc/fcitx: Removed (added to Slackware).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'misc/fcitx/doinst.sh')
-rw-r--r-- | misc/fcitx/doinst.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/fcitx/doinst.sh b/misc/fcitx/doinst.sh deleted file mode 100644 index dff5a780c39b3..0000000000000 --- a/misc/fcitx/doinst.sh +++ /dev/null @@ -1,17 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x usr/bin/update-gtk-immodules ]; then - chroot . /usr/bin/update-gtk-immodules --verbose 1>/dev/null -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/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 |