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