summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/wireguard-arch/PKGBUILD8
-rw-r--r--community/wireguard-lts/PKGBUILD9
2 files changed, 0 insertions, 17 deletions
diff --git a/community/wireguard-arch/PKGBUILD b/community/wireguard-arch/PKGBUILD
deleted file mode 100644
index 918789a7..00000000
--- a/community/wireguard-arch/PKGBUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ "$CARCH" = 'pentium4' ]; then
- eval "$(
- declare -f package | \
- sed '
- s@\$CARCH@i686@g
- '
- )"
-fi
diff --git a/community/wireguard-lts/PKGBUILD b/community/wireguard-lts/PKGBUILD
deleted file mode 100644
index 2f483a73..00000000
--- a/community/wireguard-lts/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# replace $CARCH == pentium4 to i686
-if [ "${CARCH}" = "pentium4" ]; then
- eval "$(
- declare -f package_wireguard-lts | \
- sed '
- s/$CARCH/i686/g
- '
- )"
-fi