summarylogtreecommitdiffstats
path: root/hydrus.install
diff options
context:
space:
mode:
Diffstat (limited to 'hydrus.install')
-rw-r--r--hydrus.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/hydrus.install b/hydrus.install
index e111ef946053..27c282a04440 100644
--- a/hydrus.install
+++ b/hydrus.install
@@ -1,5 +1,6 @@
post_install() {
- update-desktop-database -q
+ # Ignore failures because it's only an opt dep
+ update-desktop-database -q 2>/dev/null || :
}
post_upgrade() {