From ee31cb7cc1c27dbca84ebef88a4d42ef59ebd55b Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Thu, 18 Aug 2016 08:06:40 +1000 Subject: network/uTox: Updated for version 0.9.8 + new maintainer Signed-off-by: Christoph Willing --- network/uTox/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 network/uTox/doinst.sh (limited to 'network/uTox/doinst.sh') diff --git a/network/uTox/doinst.sh b/network/uTox/doinst.sh new file mode 100644 index 0000000000..daf1ce3148 --- /dev/null +++ b/network/uTox/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 -- cgit v1.2.3