Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:08 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-17 09:13:08 +0100
commit5f7ac218eca69260af8e44b7191d6cce4f5c5283 (patch)
tree49f819d258494ecba64fc37d1a6728bb383e7722
parent30de804aa14955527934a7bda3a75d72dbbc8637 (diff)
extra/xfce4-session: using polkit instead of polkit-duktape again on i486
-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