aboutsummaryrefslogtreecommitdiff
path: root/desktop/mousam/doinst.sh
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-07-05 23:04:06 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-07 12:36:16 +0700
commit6abf579e5234441583b13b22688a180543f5652d (patch)
tree7061c0824b6c9c9c47f46e3e50c62ee773f862c8 /desktop/mousam/doinst.sh
parentcb3335a558818de5ed6b281371efd537361d65d7 (diff)
desktop/mousam: Orphan maintenance (and remove mousam)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/mousam/doinst.sh')
-rw-r--r--desktop/mousam/doinst.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/desktop/mousam/doinst.sh b/desktop/mousam/doinst.sh
deleted file mode 100644
index 0254ea06d8788..0000000000000
--- a/desktop/mousam/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 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