summaryrefslogtreecommitdiff
path: root/extra/rtkit/PKGBUILD
blob: ef2a1f665a080515d15c0804363e02b6dd9059dc (plain)
1
2
3
4
# polkit is not available on i486
if [ "$CARCH" = 'i486' ]; then
  depends=(${depends[@]//polkit/})
fi