summaryrefslogtreecommitdiffstats
path: root/academic/labplot2
diff options
context:
space:
mode:
author B. Watson2017-03-20 11:01:40 +0100
committer David Spencer2017-03-25 14:26:50 +0100
commita5ed73855e057d14cc922a0a552e3a1f82aff145 (patch)
tree7eae644c15e2f48a5561320c7bb0ff0703f46cb0 /academic/labplot2
parent054c81dd9a6a4e9759d034cd96f75eb8b7ad28ee (diff)
downloadold.slackbuilds-a5ed73855e057d14cc922a0a552e3a1f82aff145.tar.gz
academic/labplot2: Remove unused doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic/labplot2')
-rw-r--r--academic/labplot2/doinst.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/academic/labplot2/doinst.sh b/academic/labplot2/doinst.sh
deleted file mode 100644
index aea0f894eb..0000000000
--- a/academic/labplot2/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