summaryrefslogtreecommitdiff
path: root/community/mate-settings-daemon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-settings-daemon/PKGBUILD')
-rw-r--r--community/mate-settings-daemon/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/mate-settings-daemon/PKGBUILD b/community/mate-settings-daemon/PKGBUILD
new file mode 100644
index 00000000..89363abe
--- /dev/null
+++ b/community/mate-settings-daemon/PKGBUILD
@@ -0,0 +1,5 @@
+# use polkit-duktape instead of polkit on i486
+if [ "$CARCH" = 'i486' ]; then
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+fi