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