summarylogtreecommitdiffstats
path: root/texmaker-qt4.install
diff options
context:
space:
mode:
Diffstat (limited to 'texmaker-qt4.install')
-rw-r--r--texmaker-qt4.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/texmaker-qt4.install b/texmaker-qt4.install
new file mode 100644
index 000000000000..9591f6c5da6d
--- /dev/null
+++ b/texmaker-qt4.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}