summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/lightdm/PKGBUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD
deleted file mode 100644
index 774930a4..00000000
--- a/community/lightdm/PKGBUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-# use polkit-duktape instead of polkit on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//polkit/})
- makedepends+=(polkit-duktape)
- if [ "$CARCH" = 'i486' ]; then
- eval "$(
- declare -f package_lightdm | \
- sed '
- /depends/s/polkit/polkit-duktape/
- '
- )"
- fi
-fi