summarylogtreecommitdiffstats
path: root/masterpdfeditor.install
diff options
context:
space:
mode:
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 bb5f507101c1..000000000000
--- 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
-}