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