From a7427e16eff4d367d894abc012de2e732911beb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 19 Oct 2013 18:21:18 +0200 Subject: Fix renaming of kwinrulesrc file in r14-xdg-update --- r14-xdg-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r14-xdg-update b/r14-xdg-update index 7ba5a4188..e2eb2549b 100644 --- a/r14-xdg-update +++ b/r14-xdg-update @@ -64,7 +64,7 @@ fi # Main script: SCRIPT_NAME="`basename \`readlink -f $0\``" -SCRIPT_VERSION=201310110 +SCRIPT_VERSION=201310190 # Allow forced execution of this script regardless of the kdeglobals setting # and allow passing a user home directory as a positional parameter. @@ -543,7 +543,7 @@ if [ ! -f $PROFILE_DIR/share/config/tdeveloprc ] && [ -f $PROFILE_DIR/share/conf mv $PROFILE_DIR/share/config/kdeveloprc $PROFILE_DIR/share/config/tdeveloprc 2>/dev/null fi # kwin/twin is the Trinity window manager. kwin4/twin4 is a game. -if [ ! -f $PROFILE_DIR/share/config/twinrc ] && [ -f $PROFILE_DIR/share/config/kwinrc ] || [ -d $PROFILE_DIR/share/config/kwinrulesrc ]; then +if [ ! -f $PROFILE_DIR/share/config/twinrc ] && [ -f $PROFILE_DIR/share/config/kwinrc ] || [ -f $PROFILE_DIR/share/config/kwinrulesrc ]; then # Do not include kwinrules_update because that is an auto-generated file. Message_Prefix echo " kwin->twin" -- cgit v1.2.3