From 7345152def2886e43c7fad8028ed0d68ae7f5012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Wed, 8 Feb 2017 21:21:46 +0200 Subject: network/nicotine+: Updated for version 1.4.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Audrius Kažukauskas --- network/nicotine+/doinst.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'network/nicotine+/doinst.sh') diff --git a/network/nicotine+/doinst.sh b/network/nicotine+/doinst.sh index 4e8ba7071d..4a25de5e6f 100644 --- a/network/nicotine+/doinst.sh +++ b/network/nicotine+/doinst.sh @@ -2,3 +2,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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + -- cgit v1.2.3