summaryrefslogtreecommitdiff
path: root/community/pragha/pragha.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/pragha/pragha.install')
-rwxr-xr-xcommunity/pragha/pragha.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/pragha/pragha.install b/community/pragha/pragha.install
index 7db352036..ff5a644bd 100755
--- a/community/pragha/pragha.install
+++ b/community/pragha/pragha.install
@@ -1,8 +1,10 @@
post_install() {
gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
}
post_remove() {
gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
+ update-desktop-database -q
}