mirror of
https://github.com/endeavouros-team/PKGBUILDS.git
synced 2026-06-13 01:34:36 +00:00
[eos-update-notifier] this packages is deprecated, will be removed at 1st of September 2026
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user