summarylogtreecommitdiffstats
path: root/mupdf.install
diff options
context:
space:
mode:
authortugdilgoldhand2016-02-13 18:58:03 +0100
committertugdilgoldhand2016-02-13 18:58:03 +0100
commit6020a93d30eda4ae52b06ceed7421776704ea0cf (patch)
treeb317ff33a9f991ca836f60c38adcf4b73de62e32 /mupdf.install
downloadaur-6020a93d30eda4ae52b06ceed7421776704ea0cf.tar.gz
Initial commit
Diffstat (limited to 'mupdf.install')
-rw-r--r--mupdf.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mupdf.install b/mupdf.install
new file mode 100644
index 000000000000..b4632d36d4db
--- /dev/null
+++ b/mupdf.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+