From 63a600a5f9102d817332db9fb746a4153ed62b51 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 15 Jun 2012 00:01:47 +0000 Subject: Fri Jun 15 00:01:47 UTC 2012 --- community-staging/kdenlive/kdenlive.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community-staging/kdenlive/kdenlive.install (limited to 'community-staging/kdenlive/kdenlive.install') diff --git a/community-staging/kdenlive/kdenlive.install b/community-staging/kdenlive/kdenlive.install new file mode 100644 index 000000000..a3489ee9d --- /dev/null +++ b/community-staging/kdenlive/kdenlive.install @@ -0,0 +1,12 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf