diff options
Diffstat (limited to 'graphics/photivo/doinst.sh')
-rw-r--r-- | graphics/photivo/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/photivo/doinst.sh b/graphics/photivo/doinst.sh index 65c7e2eeb9..5fb28930db 100644 --- a/graphics/photivo/doinst.sh +++ b/graphics/photivo/doinst.sh @@ -1,9 +1,3 @@ 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 |