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

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