summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/kconf_update/kopete-account-kconf_update.sh
blob: 4b2e086e1493faa57afd2d79d3f518bb367cb30c (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

IFS=:
SUFF=kconf_update_bin/kopete-account-kconf_update
for path in `kde-config --path lib`; do
  if test -x "$path/$SUFF"; then
     exec "$path/$SUFF"
  fi
done