From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/kdenlive/kdenlive.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/kdenlive/kdenlive.install (limited to 'community/kdenlive/kdenlive.install') diff --git a/community/kdenlive/kdenlive.install b/community/kdenlive/kdenlive.install new file mode 100644 index 000000000..53a1827fd --- /dev/null +++ b/community/kdenlive/kdenlive.install @@ -0,0 +1,13 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf