Having this problem now,
Phoenix 2010 Beta 2,
have installed pkgutil-kde4 and pkgutil-thunar
Script won't continue, pressing Y, y, n, N, no, yes, Yes, yEs, yeS, YES..... :-)
Code in mkrepo is:
yorn () {
local s
while ! [[ "\$s" =~ "[ynYN]" ]]; do
read -p"\$2" s
s=\${s:-\$1}
[ \${#s} -gt 1 ] && s=
done
echo -n \$s|tr yn YN
}
will dissect it tomorrow ....