summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-12-27 15:34:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-12-27 15:36:27 +0900
commitbf9a6778f3d34c3f2deb93ae600376ec9cf4b18e (patch)
treea94ac8244e5d3b09bb68a0a0b67dc92f03b0311f /starttde
parent8d45faf70beff57232aac00439907e204a23b35f (diff)
downloadtdebase-bf9a6778f3d34c3f2deb93ae600376ec9cf4b18e.tar.gz
tdebase-bf9a6778f3d34c3f2deb93ae600376ec9cf4b18e.zip
Fixed KMail Address book rename (kabc -> tdeabc). This resolves bug 2272.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0537ed938f82768c5b0aff88daf7eff620c743bf) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'starttde')
-rwxr-xr-xstarttde1
1 files changed, 1 insertions, 0 deletions
diff --git a/starttde b/starttde
index b1f6505da..0465f219e 100755
--- a/starttde
+++ b/starttde
@@ -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