summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-04-07 16:32:37 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-04-07 16:32:37 -0500
commit5124f6367b90b101ccc5dba1d1c59fae8ce7de8d (patch)
treec38707326b3366e1da0689605fe8491ba88e492c
parent97c65270b2d50c99da341da6c04f86a5644b4b4b (diff)
downloadtdebase-5124f6367b90b101ccc5dba1d1c59fae8ce7de8d.tar.gz
tdebase-5124f6367b90b101ccc5dba1d1c59fae8ce7de8d.zip
Update r14-xdg-update script with recent renaming changes.
-rw-r--r--r14-xdg-update31
1 files changed, 29 insertions, 2 deletions
diff --git a/r14-xdg-update b/r14-xdg-update
index 680832366..103d5dec3 100644
--- a/r14-xdg-update
+++ b/r14-xdg-update
@@ -390,9 +390,36 @@ if [ -r $PROFILE_DIR/share/config/kickerrc ]; then
fi
fi
+if [ -r $PROFILE_DIR/share/config/katerc ]; then
+ Message_Prefix
+ echo "Updating katerc."
+ sed -i 's|ktexteditor_|tdetexteditor_|g' "$PROFILE_DIR/share/config/katerc" 2>/dev/null
+else
+ Message_Prefix
+ echo "$PROFILE_DIR/share/config/katerc does not exist."
+fi
+
+if [ -r $PROFILE_DIR/share/config/kwriterc ]; then
+ Message_Prefix
+ echo "Updating kwriterc."
+ sed -i 's|ktexteditor_|tdetexteditor_|g' "$PROFILE_DIR/share/config/kwriterc" 2>/dev/null
+else
+ Message_Prefix
+ echo "$PROFILE_DIR/share/config/kwriterc does not exist."
+fi
+
+if [ -r $PROFILE_DIR/share/apps/ark/ark_part.rc ]; then
+ Message_Prefix
+ echo "Updating ark_part.rc."
+ sed -i 's|ark_kparts|ark_tdeparts|g' "$PROFILE_DIR/share/apps/ark/ark_part.rc" 2>/dev/null
+else
+ Message_Prefix
+ echo "$PROFILE_DIR/share/apps/ark/ark_part.rc does not exist."
+fi
+
# Preserve Quick Launch icons.
-# There should only be one configuration file, but old KDE3 remnant files might exist ofr users who
-# migrated from KDE3. We don't care about those files, but we still need to update the correct configuration file.
+# There should only be one configuration file, but old KDE3 remnant files might exist from users who
+# migrated from KDE3.
Message_Prefix
echo "Updating Quick Launch applet."
if [ -r "$PROFILE_DIR/share/config/kickerrc" ]; then