summarylogtreecommitdiffstats
path: root/eclipse-galileo.install
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-galileo.install')
-rw-r--r--eclipse-galileo.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/eclipse-galileo.install b/eclipse-galileo.install
new file mode 100644
index 000000000000..e3475f070faf
--- /dev/null
+++ b/eclipse-galileo.install
@@ -0,0 +1,12 @@
+post_install() {
+ xulrunner --register-global >/dev/null 2>&1
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ update-desktop-database -q
+}