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:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:16 +0100
commit15391774f7c68a9746a3b0d247e4e5df1230997e (patch)
treeac2e45ffe65c599da840354c39d3dfb5828f4f7a
parente8a152358215a611053e776c1d9b0b3c83006761 (diff)
extra/modemmanager: using polkit instead of polkit-duktape again on i486
-rw-r--r--extra/modemmanager/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/modemmanager/PKGBUILD b/extra/modemmanager/PKGBUILD
deleted file mode 100644
index b4aea859..00000000
--- a/extra/modemmanager/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# no polkit, no js78, no rust, use polkit-duktape on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
- depends+=(polkit-duktape)
-fi