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