From f9b3662ee079345aa784001545b8b6386e0096e8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Mar 2023 09:11:33 +0100 Subject: community/polkit-gnome: using polkit instead of polkit-duktape again on i486 --- community/polkit-gnome/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 community/polkit-gnome/PKGBUILD (limited to 'community') diff --git a/community/polkit-gnome/PKGBUILD b/community/polkit-gnome/PKGBUILD deleted file mode 100644 index 89363abe..00000000 --- a/community/polkit-gnome/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 -- cgit v1.2.3-54-g00ecf