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