summarylogtreecommitdiffstats
path: root/omegat.install
diff options
context:
space:
mode:
Diffstat (limited to 'omegat.install')
-rw-r--r--omegat.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/omegat.install b/omegat.install
new file mode 100644
index 000000000000..de3e0f51077f
--- /dev/null
+++ b/omegat.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Updating desktop and mime database ..."
+ update-desktop-database -q
+}