From cf41a9a53f9ae4476a636450aad0a9d5543c7137 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:46:12 -0600 Subject: Rename kde-config to tde-config --- kopete/kopete/kconf_update/kopete-account-kconf_update.sh | 2 +- kopete/kopete/kconf_update/kopete-pluginloader2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kopete/kopete') diff --git a/kopete/kopete/kconf_update/kopete-account-kconf_update.sh b/kopete/kopete/kconf_update/kopete-account-kconf_update.sh index 4b2e086e..e47477b8 100644 --- a/kopete/kopete/kconf_update/kopete-account-kconf_update.sh +++ b/kopete/kopete/kconf_update/kopete-account-kconf_update.sh @@ -2,7 +2,7 @@ IFS=: SUFF=kconf_update_bin/kopete-account-kconf_update -for path in `kde-config --path lib`; do +for path in `tde-config --path lib`; do if test -x "$path/$SUFF"; then exec "$path/$SUFF" fi diff --git a/kopete/kopete/kconf_update/kopete-pluginloader2.sh b/kopete/kopete/kconf_update/kopete-pluginloader2.sh index e058dcf1..a6144152 100644 --- a/kopete/kopete/kconf_update/kopete-pluginloader2.sh +++ b/kopete/kopete/kconf_update/kopete-pluginloader2.sh @@ -2,7 +2,7 @@ IFS=: SUFF=kconf_update_bin/kopete-pluginloader2-kconf_update -for path in `kde-config --path lib`; do +for path in `tde-config --path lib`; do if test -x "$path/$SUFF"; then exec "$path/$SUFF" fi -- cgit v1.2.3