aboutsummaryrefslogtreecommitdiff
path: root/system/tilix/doinst.sh
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-18 20:28:58 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 12:10:41 +0700
commitbd82fe76b19b86230309b8655b0c3b708ba9a523 (patch)
tree887c4941d0b7b5495d515924f89502324c13b2b7 /system/tilix/doinst.sh
parenteebebdd1679608ffd1bff4f3eb870940377914ea (diff)
system/tilix: Removed (ftbfs, no maintainer).
Newer versions 1.9.x need dependencies which are currently not on SBo. Can be resubmitted with an update if this changes in future. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tilix/doinst.sh')
-rw-r--r--system/tilix/doinst.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/tilix/doinst.sh b/system/tilix/doinst.sh
deleted file mode 100644
index 401d9877955be..0000000000000
--- a/system/tilix/doinst.sh
+++ /dev/null
@@ -1,15 +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 [ -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 [ -e usr/share/glib-2.0/schemas ]; then
- if [ -x /usr/bin/glib-compile-schemas ]; then
- /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
- fi
-fi