From f8eaf43e162bcada706e8c94051e72900cb1d692 Mon Sep 17 00:00:00 2001 From: David O'Shaughnessy Date: Sun, 18 Mar 2018 10:33:56 +0700 Subject: network/riot-web: Added (Riot for Desktop). Signed-off-by: Willy Sudiarto Raharjo --- network/riot-web/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 network/riot-web/doinst.sh (limited to 'network/riot-web/doinst.sh') diff --git a/network/riot-web/doinst.sh b/network/riot-web/doinst.sh new file mode 100644 index 0000000000..65c7e2eeb9 --- /dev/null +++ b/network/riot-web/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi -- cgit v1.2.3