From 89511d779b0cfb5205236ed1d7edb1846f6120a5 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Wed, 13 Feb 2013 18:40:56 -0500 Subject: network/synergy: Added (Control sharing over the network) Signed-off-by: dsomero --- network/synergy/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 network/synergy/doinst.sh (limited to 'network/synergy/doinst.sh') diff --git a/network/synergy/doinst.sh b/network/synergy/doinst.sh new file mode 100644 index 000000000000..3e5691a052b5 --- /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 -- cgit v1.2.3