summaryrefslogtreecommitdiff
path: root/reflector32-nomirrorlist
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-17 21:27:46 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2024-07-17 21:27:52 +0200
commitcea6b3eff3063383040e122776152ed960b90950 (patch)
tree409561937cc65c352d22804fb446479eb274b3d2 /reflector32-nomirrorlist
parent74df490ef57757bf253a44932247e8f95239b141 (diff)
downloadarchlinuxewe-cea6b3eff3063383040e122776152ed960b90950.tar.xz
remove reflectors: unneeded
Diffstat (limited to 'reflector32-nomirrorlist')
-rw-r--r--reflector32-nomirrorlist/PKGBUILD20
-rw-r--r--reflector32-nomirrorlist/reflector32-nomirrorlist.install17
2 files changed, 0 insertions, 37 deletions
diff --git a/reflector32-nomirrorlist/PKGBUILD b/reflector32-nomirrorlist/PKGBUILD
deleted file mode 100644
index c41d7cc49..000000000
--- a/reflector32-nomirrorlist/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-# Contributor: Hans-Nikolai Viessmann <hans AT viess DOT mn>
-pkgname=reflector32-nomirrorlist
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Use reflector-generated mirrorlist32 by default"
-arch=('any')
-url="https://aur.archlinux.org/packages/reflector-nomirrorlist/"
-license=('unknown')
-depends=('pacman' 'reflector32')
-provides=('pacman-mirrorlist32')
-conflicts=('pacman-mirrorlist32')
-install="${pkgname}.install"
-backup=('etc/pacman.d/mirrorlist32')
-source=()
-
-package() {
- # we do nothing, everything is in .install
- :
-}
diff --git a/reflector32-nomirrorlist/reflector32-nomirrorlist.install b/reflector32-nomirrorlist/reflector32-nomirrorlist.install
deleted file mode 100644
index ac3171cf1..000000000
--- a/reflector32-nomirrorlist/reflector32-nomirrorlist.install
+++ /dev/null
@@ -1,17 +0,0 @@
-post_install() {
- echo "==> generating mirrorlist32 using config file"
- /usr/bin/reflector32 @/etc/xdg/reflector/reflector32.conf
-
- # check to make sure reflector timer is activated
- if [[ ! -L "/etc/systemd/system/timers.target.wants/reflector32.timer" ]]; then
- echo "==$ it is suggested that you activate the reflector32 systemd timer"
- echo "==$ to periodically update the mirrorlist32! Do the following:"
- echo ""
- echo " sudo systemctl enable --now reflector32.timer"
- echo ""
- fi
-}
-
-post_update() {
- post_install
-}