Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
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