summaryrefslogtreecommitdiff
path: root/staging/xpdf/install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/xpdf/install')
-rw-r--r--staging/xpdf/install11
1 files changed, 0 insertions, 11 deletions
diff --git a/staging/xpdf/install b/staging/xpdf/install
deleted file mode 100644
index c6cf149dd..000000000
--- a/staging/xpdf/install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- [[ -x /usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}