Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/lightdm
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:04 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:12:04 +0100
commite8a152358215a611053e776c1d9b0b3c83006761 (patch)
tree62092281124348bcc69c55efa733d50e106e2117 /extra/lightdm
parent58ef2209af13804cf60f34fad6cd4527491007b4 (diff)
extra/lightdm: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'extra/lightdm')
-rw-r--r--extra/lightdm/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/extra/lightdm/PKGBUILD b/extra/lightdm/PKGBUILD
deleted file mode 100644
index 93a0e4fa..00000000
--- a/extra/lightdm/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//polkit/})
- makedepends+=(polkit-duktape)
- eval "$(
- declare -f package_lightdm | \
- sed '
- /depends/s/polkit/polkit-duktape/
- '
- )"
- eval "$(
- declare -f package_lightdm | \
- sed '
- /install.*lightdm.service/ a \
- sed -i \"/.*Service.*/ a LimitMEMLOCK=infinity\" "${pkgdir}"/usr/lib/systemd/system/lightdm.service
- '
- )"
-fi
-