Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/packagekit/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/community/packagekit/PKGBUILD b/community/packagekit/PKGBUILD
deleted file mode 100644
index 3fecb551..00000000
--- a/community/packagekit/PKGBUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//polkit/})
- makedepends+=(polkit-duktape)
-fi