summaryrefslogtreecommitdiffstats
path: root/development/bpython/doinst.sh
diff options
context:
space:
mode:
author vvoody2011-11-11 22:05:00 +0100
committer Robby Workman2011-11-26 16:09:10 +0100
commita4656ac63b85fce4e98217dd167fc619b06a087c (patch)
tree11c214df4f8796feb717d32fb9b52c8f9276564f /development/bpython/doinst.sh
parent41b57bb5d4844d2b2909cf5a4260dc423884b55c (diff)
downloadslackbuilds-a4656ac63b85fce4e98217dd167fc619b06a087c.tar.gz
development/bpython: Updated for version 0.10.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/bpython/doinst.sh')
-rw-r--r--development/bpython/doinst.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/development/bpython/doinst.sh b/development/bpython/doinst.sh
index 5bf84b4cdb..5fb28930db 100644
--- a/development/bpython/doinst.sh
+++ b/development/bpython/doinst.sh
@@ -1,9 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-
-if [ -r usr/share/icons/hicolor/icon-theme.cache ]; then
- if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache -q usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi