summarylogtreecommitdiffstats
path: root/foxitreader.install
diff options
context:
space:
mode:
Diffstat (limited to 'foxitreader.install')
-rw-r--r--foxitreader.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/foxitreader.install b/foxitreader.install
deleted file mode 100644
index 88620003c2bc..000000000000
--- a/foxitreader.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-