summaryrefslogtreecommitdiff
path: root/development/monodevelop/doinst.sh
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-02-16 21:08:15 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-17 12:59:53 +0700
commitb5a2a0c10df19cc3d10f758760ece013201f8f32 (patch)
tree67baecbdd0832985ead3f45ff623ed0366633260 /development/monodevelop/doinst.sh
parent357d6c5aa5a70d459d192d165d9d6ac8612accd9 (diff)
downloadslackbuilds-b5a2a0c10df19cc3d10f758760ece013201f8f32.tar.gz
development/monodevelop: Removed (abandoned).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/monodevelop/doinst.sh')
-rw-r--r--development/monodevelop/doinst.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/development/monodevelop/doinst.sh b/development/monodevelop/doinst.sh
deleted file mode 100644
index 0fb9c8b686..0000000000
--- a/development/monodevelop/doinst.sh
+++ /dev/null
@@ -1,14 +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
-