summaryrefslogtreecommitdiffstats
path: root/network/pyNeighborhood/doinst.sh
diff options
context:
space:
mode:
author David Woodfall2013-02-14 00:40:55 +0100
committer dsomero2013-02-14 01:33:49 +0100
commit20d12a41e8f426e7639c59d3dbcdd9ddce53390b (patch)
tree09de3d0b6a4e784ac1f2d5739ab29f53b4d91dd0 /network/pyNeighborhood/doinst.sh
parent657dff668d87fe8346f3825f843a770ce4a0c311 (diff)
downloadslackbuilds-20d12a41e8f426e7639c59d3dbcdd9ddce53390b.tar.gz
network/pyNeighborhood: Updated for version bzr20130124.
Renamed from pyneighborhood. Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/pyNeighborhood/doinst.sh')
-rw-r--r--network/pyNeighborhood/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/pyNeighborhood/doinst.sh b/network/pyNeighborhood/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/network/pyNeighborhood/doinst.sh
@@ -0,0 +1,10 @@
+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
+