diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-12-27 15:34:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-12-27 15:34:14 +0900 |
commit | 0537ed938f82768c5b0aff88daf7eff620c743bf (patch) | |
tree | 16b276ba31c47d6b1f946112e4ad37340b4e8a4d /starttde | |
parent | 6102cf0ffe3102a8686e1132e7a545a357dbeabc (diff) | |
download | tdebase-0537ed938f82768c5b0aff88daf7eff620c743bf.tar.gz tdebase-0537ed938f82768c5b0aff88daf7eff620c743bf.zip |
Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug 2272.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starttde')
-rwxr-xr-x | starttde | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ if [ -d "$tdehome" ]; then fi if [ "$R14_UPDATED" != "true" ] || [ "$R14_VERSION" -lt "$R14_SCRIPT" ]; then if [ -e $TDEDIR/bin/r14-xdg-update ]; then + echo "[starttde] Running $TDEDIR/bin/r14-xdg-update script." 1>&2 sh $TDEDIR/bin/r14-xdg-update EXIT_CODE="$?" else |