summaryrefslogtreecommitdiffstats
path: root/multimedia/mkclean/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-10-29 22:46:23 +0100
committer Willy Sudiarto Raharjo2017-11-01 01:34:00 +0100
commitc125cdb06d6a964bbec5b811161e96f17dcb5795 (patch)
tree8b8f7b1285cdb79ef49a40a829f314dad937c172 /multimedia/mkclean/doinst.sh
parent47608949ddd1ea19289a4c68e16a3e3fa873eb83 (diff)
downloadslackbuilds-c125cdb06d6a964bbec5b811161e96f17dcb5795.tar.gz
multimedia/mkclean: Updated for version 0.8.10.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/mkclean/doinst.sh')
-rw-r--r--multimedia/mkclean/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/multimedia/mkclean/doinst.sh b/multimedia/mkclean/doinst.sh
deleted file mode 100644
index 65c7e2eeb9..0000000000
--- a/multimedia/mkclean/doinst.sh
+++ /dev/null
@@ -1,9 +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