From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- firefox-qt/firefox.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 firefox-qt/firefox.install (limited to 'firefox-qt/firefox.install') diff --git a/firefox-qt/firefox.install b/firefox-qt/firefox.install new file mode 100644 index 0000000..7463b6e --- /dev/null +++ b/firefox-qt/firefox.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} + -- cgit v1.2.3-24-g4f1b