From 0e11879b04bcabfeba3bf471c1fdf80a30bfc3bd Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 27 Jul 2012 21:04:59 -0500 Subject: Update migratekde3 script with additional file/directory renaming and add preliminary foundational support for updating 3.5.11->3.5.13 profiles. --- r14-xdg-update | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'r14-xdg-update') diff --git a/r14-xdg-update b/r14-xdg-update index 8e0c03fab..2bc0330a5 100644 --- a/r14-xdg-update +++ b/r14-xdg-update @@ -296,10 +296,13 @@ if [ -r "$PROFILE_DIR/share/config/kickerrc" ]; then QUICK_LAUNCH_CONFIG="`grep launcher_panelapplet $PROFILE_DIR/share/config/kickerrc | awk -F = '{print $2}'`" if [ "$QUICK_LAUNCH_CONFIG" != "" ]; then sed -i 's|,kde-|,tde-|g' "$PROFILE_DIR/share/config/$QUICK_LAUNCH_CONFIG" 2>/dev/null + else + Message_Prefix + echo "Quick Launch is not installed." fi else Message_Prefix - echo "Quick Launch does not exist." + echo "Quick Launch is not installed." fi # Update sym link files in $HOME/.trinity/Autostart. @@ -325,7 +328,7 @@ if [ -d "$PROFILE_DIR/Autostart" ]; then ) else Message_Prefix - echo "Autostart does not exist." + echo "Autostart directory not found." fi # Update the user's customized menu. -- cgit v1.2.3