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:10:20 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:10:20 +0100
commit4cea021ee6a2b734238f3430efd9869a5c5ca61a (patch)
tree1ffab615ddfaed1d88702dd74a0a22a9c523d2bf /community
parent34b99ae407543b31988ceeef65767ea00f4a247b (diff)
community/lxsession: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'community')
-rw-r--r--community/lxsession/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD
deleted file mode 100644
index 1a30f4fa..00000000
--- a/community/lxsession/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- depends=(${depends[@]//polkit/})
- depends+=(polkit-duktape)
- if [ "$CARCH" = 'i486' ]; then
- eval "$(
- declare -f package_lxsession | \
- sed '
- s/polkit/polkit-duktape/
- '
- )"
- eval "$(
- declare -f package_lxsession-gtk3 | \
- sed '
- s/polkit/polkit-duktape/
- '
- )"
- fi
-fi