summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cdcat.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/cdcat.install b/cdcat.install
index e4f8fd06c1ed..bce670aff4af 100644
--- a/cdcat.install
+++ b/cdcat.install
@@ -1,5 +1,6 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {
@@ -9,5 +10,3 @@ post_upgrade() {
post_remove() {
post_install
}
-
-# vim:set ts=2 sw=2 et: