summaryrefslogtreecommitdiff
path: root/masterpdfeditor.install
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gmail.com>2016-05-20 15:39:50 +0300
committerArthur Zamarin <arthurzam@gmail.com>2016-05-20 15:39:50 +0300
commite4a3f1c47aba45f9b355a51336731ef91a2dab1e (patch)
treeec7ac6f7f1b9ca9daf24ed35182df44cb3bdc7a1 /masterpdfeditor.install
parente608e71a22ab7aa5904d205b4d13fe9203a2254c (diff)
downloadmasterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.tar.gz
masterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.tar.bz2
masterpdfeditor-e4a3f1c47aba45f9b355a51336731ef91a2dab1e.zip
cleanup
Diffstat (limited to 'masterpdfeditor.install')
-rw-r--r--masterpdfeditor.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/masterpdfeditor.install b/masterpdfeditor.install
deleted file mode 100644
index bb5f507..0000000
--- a/masterpdfeditor.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}