diff options
author | Niklas Nille Åkerström <Nille dot kungen[AT]gmail dot com> | 2010-05-13 00:27:46 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:27:46 +0200 |
commit | 340d099eb84e1792b3690d654303e479ac213c3d (patch) | |
tree | a06381b5ef650949642078f35dfb9a5f1f614c8e /graphics/digikam/doinst.sh | |
parent | c694de2aa113051d2b10fb106d2d4ee7bda77e61 (diff) |
graphics/digikam: Updated for version 1.0.0
Diffstat (limited to 'graphics/digikam/doinst.sh')
-rw-r--r-- | graphics/digikam/doinst.sh | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/digikam/doinst.sh b/graphics/digikam/doinst.sh index aeae05cd85a5..36904a504098 100644 --- a/graphics/digikam/doinst.sh +++ b/graphics/digikam/doinst.sh @@ -1,4 +1,10 @@ -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications/kde +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications/kde4 >/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 |