summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugrotavele2015-08-12 20:36:10 -0500
committeryugrotavele2015-08-12 20:36:10 -0500
commit651b56a632e857fe128952dd3ff432a438335b35 (patch)
tree6e47633d689050be9d83a8d4e021a8371337558e
parent76fddbbaecf65b023a3ba508c5d6ead275145820 (diff)
downloadaur-651b56a632e857fe128952dd3ff432a438335b35.tar.gz
fix cdcat.install
-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: