Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:10:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:10:46 +0100
commit48eb9fcdd4508ab65667e4a9c9823629e891a436 (patch)
treeb4730f7604b6cf7d80d669fc8f12b4fc86dddc2c /community
parent4cea021ee6a2b734238f3430efd9869a5c5ca61a (diff)
community/mate-settings-daemon: using polkit instead of polkit-duktape again on i486
Diffstat (limited to 'community')
-rw-r--r--community/mate-settings-daemon/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
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