diff options
Diffstat (limited to 'community/mupdf/mupdf.install')
-rw-r--r-- | community/mupdf/mupdf.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/mupdf/mupdf.install b/community/mupdf/mupdf.install new file mode 100644 index 000000000..b4632d36d --- /dev/null +++ b/community/mupdf/mupdf.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} + |