summarylogtreecommitdiffstats
path: root/foxitreader.install
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:17 +0200
committerMuflone2015-06-13 17:59:17 +0200
commit900ade177ad8b4a2909962a7f7e5660253ad13c1 (patch)
treee1386fc1dd8490ffbb6afd2a66fb096331d30255 /foxitreader.install
downloadaur-900ade177ad8b4a2909962a7f7e5660253ad13c1.tar.gz
Initial import
Diffstat (limited to 'foxitreader.install')
-rw-r--r--foxitreader.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/foxitreader.install b/foxitreader.install
new file mode 100644
index 000000000000..88620003c2bc
--- /dev/null
+++ b/foxitreader.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+