1 2 3 4 5 6
# use polkit-duktape on i486 if [ "${CARCH}" = "i486" ]; then depends=(${depends[@]//polkit/}) depends+=(polkit-duktape) fi