From 1dc1efa50ce9926a6ed832bda2ebe3319485ac09 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Sep 2011 23:14:36 +0000 Subject: Sat Sep 10 23:14:36 UTC 2011 --- community/kid3/kid3.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/kid3/kid3.install') diff --git a/community/kid3/kid3.install b/community/kid3/kid3.install index 1c0de2e4f..8ec315e7c 100644 --- a/community/kid3/kid3.install +++ b/community/kid3/kid3.install @@ -1,11 +1,12 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q } post_upgrade() { - post_install + post_install $1 } post_remove() { - post_install + post_install $1 } -- cgit v1.2.3-54-g00ecf