Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:43 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:43 +0100
commit5ebe7fc070ed8902b463f86c1935d5e7bc7ff00b (patch)
treeb34ba1955195bbb5c2c2f661d7124cb9766fd5d3
parent253373ffe6e8febde9ff5ad8a93311de41f40be1 (diff)
extra/rtkit: using polkit instead of polkit-duktape again on i486
-rw-r--r--extra/rtkit/PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/rtkit/PKGBUILD b/extra/rtkit/PKGBUILD
deleted file mode 100644
index ef2a1f66..00000000
--- a/extra/rtkit/PKGBUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-# polkit is not available on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
-fi