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

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