summarylogtreecommitdiffstats
path: root/xnviewmp.install
diff options
context:
space:
mode:
Diffstat (limited to 'xnviewmp.install')
-rw-r--r--xnviewmp.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xnviewmp.install b/xnviewmp.install
new file mode 100644
index 000000000000..0437fc789864
--- /dev/null
+++ b/xnviewmp.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q /usr/share/applications
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et: