summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/postinst-qa-check.d/50xdg-utils4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/postinst-qa-check.d/50xdg-utils b/bin/postinst-qa-check.d/50xdg-utils
index 9f5ae7cb9..d1285caf4 100644
--- a/bin/postinst-qa-check.d/50xdg-utils
+++ b/bin/postinst-qa-check.d/50xdg-utils
@@ -3,7 +3,7 @@
xdg_desktop_database_check() {
type -P update-desktop-database &>/dev/null || return
- local d f missing
+ local d f all_files=() missing
for d in usr/share/applications; do
[[ -d ${d} ]] || continue
@@ -43,7 +43,7 @@ xdg_desktop_database_check() {
xdg_mimeinfo_database_check() {
type -P update-mime-database &>/dev/null || return
- local d f missing
+ local d f all_files=() missing
for d in usr/share/mime; do
[[ -d ${d} ]] || continue