Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:57 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:57 +0100
commit30de804aa14955527934a7bda3a75d72dbbc8637 (patch)
tree72caf27b21a6fe6a0187feee01969ffb9a70eb42 /extra
parent5ebe7fc070ed8902b463f86c1935d5e7bc7ff00b (diff)
extra/udisks2: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'extra')
-rw-r--r--extra/udisks2/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/udisks2/PKGBUILD b/extra/udisks2/PKGBUILD
deleted file mode 100644
index 89363abe..00000000
--- a/extra/udisks2/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
- depends+=(polkit-duktape)
-fi