diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-27 21:04:59 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-07-27 21:04:59 -0500 |
commit | 0e11879b04bcabfeba3bf471c1fdf80a30bfc3bd (patch) | |
tree | 46051ade2de9353f191e25a9335e50b840b6a209 /r14-xdg-update | |
parent | eecd65119c002eed27c1075146ae7636f4fa5ebd (diff) | |
download | tdebase-0e11879b04bcabfeba3bf471c1fdf80a30bfc3bd.tar.gz tdebase-0e11879b04bcabfeba3bf471c1fdf80a30bfc3bd.zip |
Update migratekde3 script with additional file/directory renaming and
add preliminary foundational support for updating 3.5.11->3.5.13 profiles.
Diffstat (limited to 'r14-xdg-update')
-rw-r--r-- | r14-xdg-update | 7 |
1 files changed, 5 insertions, 2 deletions
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. |