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