diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-01 09:20:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-01 09:20:27 +0700 |
commit | d5136ca8ce99b9cd545ce221558e5a31547d38c6 (patch) | |
tree | ab24470f734eebd6e935ca1806f9a34c5c95774a /system/kbfs/doinst.sh | |
parent | bc431ef794acd9983384a2188e4d02bdf64c35c2 (diff) |
system/kbfs: Removed.
I have not used this for some time and nobody seems to use it.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kbfs/doinst.sh')
-rw-r--r-- | system/kbfs/doinst.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/kbfs/doinst.sh b/system/kbfs/doinst.sh deleted file mode 100644 index aea0f894eb32b..0000000000000 --- a/system/kbfs/doinst.sh +++ /dev/null @@ -1,13 +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-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 |