You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/kopete/tdeconf_update/kopete-pluginloader2.sh

11 lines
185 B

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