diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:21:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:21:54 +0200 |
commit | 9c88b2f6c752ed4fcce5c7eb7200bd963c84aff9 (patch) | |
tree | e71511a003d8bd04b538199f6fe4b1224cc0ae1f /audio/ocp/doinst.sh | |
parent | d8504d03e15d987e778d4948b5fad2e06ff1929e (diff) |
audio/ocp: Updated for version 0.1.18
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 2639e182dff1..5c0a7e0f89f9 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 + |