Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:11:33 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:11:33 +0100
commitf9b3662ee079345aa784001545b8b6386e0096e8 (patch)
tree3d121ca3a2eab0369ec36a6363824819191d8db3 /community
parentae2fb1b661f4ee0589b56a055ec70ca86c142c06 (diff)
community/polkit-gnome: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'community')
-rw-r--r--community/polkit-gnome/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD
deleted file mode 100644
index 89363abe..00000000
--- a/community/polkit-gnome/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