aboutsummaryrefslogtreecommitdiff
path: root/system/yakuake/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/yakuake/doinst.sh')
-rw-r--r--system/yakuake/doinst.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/system/yakuake/doinst.sh b/system/yakuake/doinst.sh
index 22d4849bce4a..922f8a99be4d 100644
--- a/system/yakuake/doinst.sh
+++ b/system/yakuake/doinst.sh
@@ -1,5 +1,11 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
-if [ -x usr/bin/update-desktop-database ]; then
- usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+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
+