summaryrefslogtreecommitdiffstats
path: root/development/spyder/doinst.sh
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2011-12-22 20:29:36 -0600
committer Niels Horn <niels.horn@slackbuilds.org>2011-12-23 14:05:43 -0200
commit87040b6af56d8944a35142fe2628c2aacbbd802e (patch)
tree051961e5fe12482479f3e3d3471463b2ba4caa32 /development/spyder/doinst.sh
parenta391e6faecccd2025cda7ffe282b193ff346cc9e (diff)
downloadslackbuilds-87040b6af56d8944a35142fe2628c2aacbbd802e.tar.gz
slackbuilds-87040b6af56d8944a35142fe2628c2aacbbd802e.tar.xz
development/spyder: Added (interactive Python IDE)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/spyder/doinst.sh')
-rw-r--r--development/spyder/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/spyder/doinst.sh b/development/spyder/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/development/spyder/doinst.sh
@@ -0,0 +1,9 @@
+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