summaryrefslogtreecommitdiffstats
path: root/desktop/cathexis-suite-themes/doinst.sh
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-21 20:50:10 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-21 20:50:10 -0500
commitefb178990cbebac2d3cdf0e889a952ed24749a20 (patch)
tree5c457929a8f8aa0f651cc296064914e949ac8ff7 /desktop/cathexis-suite-themes/doinst.sh
parente1e01b60ed519089e5e59ec1ee15ced316b80bb6 (diff)
downloadslackbuilds-efb178990cbebac2d3cdf0e889a952ed24749a20.tar.gz
slackbuilds-efb178990cbebac2d3cdf0e889a952ed24749a20.tar.xz
desktop/cathexis-suite-themes: Removed (no maintainer)
Diffstat (limited to 'desktop/cathexis-suite-themes/doinst.sh')
-rw-r--r--desktop/cathexis-suite-themes/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/desktop/cathexis-suite-themes/doinst.sh b/desktop/cathexis-suite-themes/doinst.sh
deleted file mode 100644
index aea0f894eb..0000000000
--- a/desktop/cathexis-suite-themes/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