summaryrefslogtreecommitdiff
path: root/staging/lyx/lyx.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/lyx/lyx.install')
-rw-r--r--staging/lyx/lyx.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/staging/lyx/lyx.install b/staging/lyx/lyx.install
new file mode 100644
index 000000000..c15c17b3a
--- /dev/null
+++ b/staging/lyx/lyx.install
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove () {
+ post_install
+}
+
+
+