From 37a1064b8105764414f279ced442e6ba2f63bea1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Nov 2011 23:15:01 +0000 Subject: Tue Nov 1 23:15:01 UTC 2011 --- community-testing/packagekit/packagekit.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community-testing/packagekit/packagekit.install (limited to 'community-testing/packagekit/packagekit.install') diff --git a/community-testing/packagekit/packagekit.install b/community-testing/packagekit/packagekit.install new file mode 100644 index 000000000..7c8a8bd2b --- /dev/null +++ b/community-testing/packagekit/packagekit.install @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf