From 51ea3371d45b914e12ec85dedf44f64999e3532c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves=20Fern=C3=A1ndez=20=28Gallaecio=29?= Date: Wed, 19 Feb 2014 20:27:21 +0100 Subject: [PATCH] kio: added missing kio.install --- kio/kio.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kio/kio.install diff --git a/kio/kio.install b/kio/kio.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/kio/kio.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}