summaryrefslogtreecommitdiffstats
path: root/development/bpython/doinst.sh
diff options
context:
space:
mode:
author vvoody <ydoovv@gmail.com>2010-05-13 00:57:49 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-13 00:57:49 +0200
commit517a64a12e50fcc851d22af10556e18311c5d9af (patch)
tree869a33658352f08788b0c55b97772b3e2231f8ab /development/bpython/doinst.sh
parent5a78f85979e4e587b86231eaa1391aa35b76ff13 (diff)
downloadslackbuilds-517a64a12e50fcc851d22af10556e18311c5d9af.tar.gz
slackbuilds-517a64a12e50fcc851d22af10556e18311c5d9af.tar.xz
development/bpython: Added to 13.0 repository
Diffstat (limited to 'development/bpython/doinst.sh')
-rw-r--r--development/bpython/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/bpython/doinst.sh b/development/bpython/doinst.sh
new file mode 100644
index 0000000000..5bf84b4cdb
--- /dev/null
+++ b/development/bpython/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 [ -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