#/bin/sh

if [ -x /usr/bin/bluez-pin ]
then
	/usr/bin/bluez-pin "$@"
else
	/usr/lib/kdebluetooth/kbluepin "$@"
fi