From 007c0cab65ef45a38f57e105343b247f7567073f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 13 Jan 2014 22:00:40 -0600 Subject: [PATCH] Bump r14-xdgg-update script version. --- r14-xdg-update | 4 ++-- 1 file 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