diff options
Diffstat (limited to 'audio/ocp/doinst.sh')
-rw-r--r-- | audio/ocp/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |