summaryrefslogtreecommitdiff
path: root/community/djview4/install
diff options
context:
space:
mode:
Diffstat (limited to 'community/djview4/install')
-rw-r--r--community/djview4/install5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/djview4/install b/community/djview4/install
index f2bd04ceb..b0409600c 100644
--- a/community/djview4/install
+++ b/community/djview4/install
@@ -1,7 +1,6 @@
post_install() {
- if type xdg-icon-resource &>/dev/null; then
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- fi
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+ update-desktop-database -q || true
}
post_upgrade() {