summaryrefslogtreecommitdiffstats
path: root/r14-xdg-update
diff options
context:
space:
mode:
Diffstat (limited to 'r14-xdg-update')
-rw-r--r--r14-xdg-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/r14-xdg-update b/r14-xdg-update
index 40cf49f8e..199d41f2e 100644
--- a/r14-xdg-update
+++ b/r14-xdg-update
@@ -3,7 +3,7 @@
# A script to perform R14.0.0 XDG compliance updates.
SCRIPT_NAME="`basename \`readlink -f $0\``"
-SCRIPT_VERSION=201401130
+SCRIPT_VERSION=201401131
# This script should be needed to run only once, but corner cases
# and file/directory permissions could cause incomplete updates.
@@ -453,7 +453,7 @@ if [ "$R14_VERSION" -lt "201401070" ]; then
fi
fi
-if [ "$R14_VERSION" -lt "201401130" ]; then
+if [ "$R14_VERSION" -lt "201401131" ]; then
if [ -r $PROFILE_DIR/share/config/khelpcenterrc ]; then
Log "Updating khelpcenterrc."
sed -i 's|kde_application_manuals|tde_application_manuals|g' "$PROFILE_DIR/share/config/khelpcenterrc" 2>/dev/null