[eos-update-notifier] this packages is deprecated, will be removed at 1st of September 2026

This commit is contained in:
manuel
2026-06-01 10:53:28 +03:00
parent 1bac7e2ee9
commit 2f30cf9f0d
2 changed files with 24 additions and 1 deletions
+3 -1
View File
@@ -2,7 +2,7 @@
pkgname=eos-update-notifier
pkgdesc="Software update notifier and 'news for you' for EndeavourOS users."
pkgver=24.7.1
pkgver=26
pkgrel=1
arch=('any')
license=('GPL')
@@ -16,6 +16,8 @@ optdepends=(
)
backup=(etc/$pkgname.conf)
install=$pkgname.install
url=https://github.com/endeavouros-team/PKGBUILDS/tree/master/$pkgname
_url="https://raw.githubusercontent.com/endeavouros-team/PKGBUILDS/master/$pkgname"
@@ -0,0 +1,21 @@
post_upgrade() {
eos-color warning
cat <<EOF
==> eos-update-notifier is deprecated and will be removed at 2026-September-01.
To update your system, please consider using any of the following commands
eos-update # updates native packages
eos-update --aur # updates native and AUR packages
sudo pacman -Syu # updates native packages
yay # updates native and AUR packages
More information with commands
eos-update --help
eos-update --tips
man pacman
man yay
EOF
eos-color reset
}
post_install() {
post_upgrade
}