From b5bdd786af79743dc11cb322f39cf6626c9b2f18 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 May 2021 08:11:15 +0200 Subject: community/lxsession: using polkit-duktape on i486 --- community/lxsession/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/lxsession/PKGBUILD (limited to 'community') diff --git a/community/lxsession/PKGBUILD b/community/lxsession/PKGBUILD new file mode 100644 index 00000000..89363abe --- /dev/null +++ b/community/lxsession/PKGBUILD @@ -0,0 +1,5 @@ +# use polkit-duktape instead of polkit on i486 +if [ "$CARCH" = 'i486' ]; then + depends=(${depends[@]//polkit/}) + depends+=(polkit-duktape) +fi -- cgit v1.2.3