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