From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- community-testing/fityk/fityk.install | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community-testing/fityk/fityk.install (limited to 'community-testing/fityk/fityk.install') diff --git a/community-testing/fityk/fityk.install b/community-testing/fityk/fityk.install new file mode 100644 index 000000000..df476d572 --- /dev/null +++ b/community-testing/fityk/fityk.install @@ -0,0 +1,14 @@ +post_install() { + update-mime-database /usr/share/mime + update-desktop-database -q +} + +post_upgrade() { + update-mime-database /usr/share/mime + update-desktop-database -q +} + +post_remove() { + update-mime-database /usr/share/mime + update-desktop-database -q +} -- cgit v1.2.3-54-g00ecf