summarylogtreecommitdiffstats
path: root/eclipse-galileo.install
diff options
context:
space:
mode:
authorArthur Zamarin2015-06-08 11:42:34 +0300
committerArthur Zamarin2015-06-08 11:42:34 +0300
commit031f18b6d1a42cfd30cc2418b966223171402775 (patch)
treecf6e35098f2ddb749ff18c413803e3f822a19f5f /eclipse-galileo.install
downloadaur-031f18b6d1a42cfd30cc2418b966223171402775.tar.gz
Initial Commit
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
+}