From ae2fb1b661f4ee0589b56a055ec70ca86c142c06 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Mar 2023 09:11:18 +0100 Subject: community/packagekit: using polkit instead of polkit-duktape again on i486 --- community/packagekit/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 community/packagekit/PKGBUILD diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD deleted file mode 100644 index 3fecb551..00000000 --- a/community/packagekit/PKGBUILD +++ /dev/null @@ -1,5 +0,0 @@ -# use polkit-duktape instead of polkit on i486 -if [ "$CARCH" = 'i486' ]; then - makedepends=(${makedepends[@]//polkit/}) - makedepends+=(polkit-duktape) -fi -- cgit v1.2.3-54-g00ecf