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