summaryrefslogtreecommitdiff
path: root/extra/polkit-qt
diff options
context:
space:
mode:
Diffstat (limited to 'extra/polkit-qt')
-rw-r--r--extra/polkit-qt/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/polkit-qt/PKGBUILD b/extra/polkit-qt/PKGBUILD
new file mode 100644
index 00000000..0bbf1066
--- /dev/null
+++ b/extra/polkit-qt/PKGBUILD
@@ -0,0 +1,6 @@
+# use polkit-duktape on i486
+if [ "${CARCH}" = "i486" ]; then
+ depends=(${depends[@]//polkit/})
+ depends+=(polkit-duktape)
+fi
+