diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-17 21:27:46 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-07-17 21:27:52 +0200 |
commit | cea6b3eff3063383040e122776152ed960b90950 (patch) | |
tree | 409561937cc65c352d22804fb446479eb274b3d2 /reflector-nomirrorlist/reflector-nomirrorlist.install | |
parent | 74df490ef57757bf253a44932247e8f95239b141 (diff) | |
download | archlinuxewe-cea6b3eff3063383040e122776152ed960b90950.tar.xz |
remove reflectors: unneeded
Diffstat (limited to 'reflector-nomirrorlist/reflector-nomirrorlist.install')
-rw-r--r-- | reflector-nomirrorlist/reflector-nomirrorlist.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/reflector-nomirrorlist/reflector-nomirrorlist.install b/reflector-nomirrorlist/reflector-nomirrorlist.install deleted file mode 100644 index a30a2e0b8..000000000 --- a/reflector-nomirrorlist/reflector-nomirrorlist.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - echo "==> generating mirrorlist using config file" - /usr/bin/reflector @/etc/xdg/reflector/reflector.conf - - # check to make sure reflector timer is activated - if [[ ! -L "/etc/systemd/system/timers.target.wants/reflector.timer" ]]; then - echo "==$ it is suggested that you activate the reflector systemd timer" - echo "==$ to periodically update the mirrorlist! Do the following:" - echo "" - echo " sudo systemctl enable --now reflector.timer" - echo "" - fi -} - -post_update() { - post_install -} |