diff options
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/kconf_update/kopete-account-kconf_update.sh | 2 | ||||
-rw-r--r-- | kopete/kopete/kconf_update/kopete-pluginloader2.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |