summaryrefslogtreecommitdiff
path: root/network/synergy/doinst.sh
diff options
context:
space:
mode:
authorMarcel Saegebarth <marc@mos6581.de>2013-02-13 18:40:56 -0500
committerdsomero <xgizzmo@slackbuilds.org>2013-02-13 19:33:58 -0500
commit89511d779b0cfb5205236ed1d7edb1846f6120a5 (patch)
tree4305ba5e5d2500c72b20c39ef6567b9bb9790f11 /network/synergy/doinst.sh
parent0988f0b8a84fac04c7373ecebecc515302a2dd60 (diff)
downloadslackbuilds-89511d779b0cfb5205236ed1d7edb1846f6120a5.tar.gz
network/synergy: Added (Control sharing over the network)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/synergy/doinst.sh')
-rw-r--r--network/synergy/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/network/synergy/doinst.sh b/network/synergy/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/network/synergy/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