summaryrefslogtreecommitdiff
path: root/masterpdfeditor.install
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2015-06-08 11:42:34 +0300
committerArthur Zamarin <arthurzam@gmail.com>2015-06-08 11:42:34 +0300
commit80121344c4dfe4f49674f25598d41587520a92a7 (patch)
tree810ffebe452131f88a9cc25c6739ab31e56c2385 /masterpdfeditor.install
downloadmasterpdfeditor-80121344c4dfe4f49674f25598d41587520a92a7.tar.gz
masterpdfeditor-80121344c4dfe4f49674f25598d41587520a92a7.tar.bz2
masterpdfeditor-80121344c4dfe4f49674f25598d41587520a92a7.zip
Initial Commit
Diffstat (limited to 'masterpdfeditor.install')
-rw-r--r--masterpdfeditor.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/masterpdfeditor.install b/masterpdfeditor.install
new file mode 100644
index 0000000..bb5f507
--- /dev/null
+++ b/masterpdfeditor.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}