From 6313a99db01825bebb99525565ac6fae5e3b12e4 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 13 May 2010 00:28:03 +0200 Subject: graphics/kphotoalbum: Updated for version 4.1.1 --- graphics/kphotoalbum/doinst.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/kphotoalbum/doinst.sh') diff --git a/graphics/kphotoalbum/doinst.sh b/graphics/kphotoalbum/doinst.sh index 854e20633d..5934a15ab1 100644 --- a/graphics/kphotoalbum/doinst.sh +++ b/graphics/kphotoalbum/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then - ./usr/bin/update-desktop-database -q usr/share/applications + /usr/bin/update-desktop-database -q usr/share/applications +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