From 9c88b2f6c752ed4fcce5c7eb7200bd963c84aff9 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Thu, 13 May 2010 00:21:54 +0200 Subject: audio/ocp: Updated for version 0.1.18 --- audio/ocp/doinst.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'audio/ocp/doinst.sh') diff --git a/audio/ocp/doinst.sh b/audio/ocp/doinst.sh index 2639e182df..5c0a7e0f89 100644 --- a/audio/ocp/doinst.sh +++ b/audio/ocp/doinst.sh @@ -13,3 +13,13 @@ config() { config etc/ocp.ini.new +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