summaryrefslogtreecommitdiffstats
path: root/KDE5_FUNCTIONS
diff options
context:
space:
mode:
authorTreeve Jelbert2015-09-05 09:10:13 +0200
committerTreeve Jelbert2015-09-05 09:10:13 +0200
commitf8058eed566c2962be161a46cc4ad077f0b450d0 (patch)
treecd240b02c6c82063423804be5cc0f75ac296c373 /KDE5_FUNCTIONS
parent7dcff32f9058baf65e9630b7303daa08ce695d08 (diff)
KDE5_FUNCTIONS - fix typo
Diffstat (limited to 'KDE5_FUNCTIONS')
-rwxr-xr-xKDE5_FUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/KDE5_FUNCTIONS b/KDE5_FUNCTIONS
index 08d7fae4c6..2e6189abb9 100755
--- a/KDE5_FUNCTIONS
+++ b/KDE5_FUNCTIONS
@@ -26,7 +26,7 @@ update_databases() {
local DD
DD=$KF5DIR
# update-mime-database takes a long time, so only do it when needed
- if is_depends_enabled $SPELL;then
+ if is_depends_enabled $SPELL shared-mime-info;then
update-mime-database $DD/share/mime/
fi
if [[ -e $DD/share/desktop-directories ]]; then