diff options
Diffstat (limited to 'testing/xpdf/install')
-rw-r--r-- | testing/xpdf/install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/xpdf/install b/testing/xpdf/install deleted file mode 100644 index c6cf149dd..000000000 --- a/testing/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 -} |