Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
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, 0 insertions, 7 deletions
diff --git a/extra/xfce4-session/PKGBUILD b/extra/xfce4-session/PKGBUILD
deleted file mode 100644
index b6e9b319..00000000
--- a/extra/xfce4-session/PKGBUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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