From d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Thu, 20 Aug 2020 12:20:00 +0300 Subject: app-misc/tmux: remove pkg_postinst() Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Mikle Kolyada --- app-misc/tmux/tmux-3.1b.ebuild | 14 -------------- app-misc/tmux/tmux-9999.ebuild | 14 -------------- 2 files changed, 28 deletions(-) (limited to 'app-misc/tmux') diff --git a/app-misc/tmux/tmux-3.1b.ebuild b/app-misc/tmux/tmux-3.1b.ebuild index e66cc41093c4..7d0cb4a0da6d 100644 --- a/app-misc/tmux/tmux-3.1b.ebuild +++ b/app-misc/tmux/tmux-3.1b.ebuild @@ -72,17 +72,3 @@ src_install() { dodoc example_tmux.conf docompress -x /usr/share/doc/${PF}/example_tmux.conf } - -pkg_postinst() { - if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then - echo - ewarn "Some configuration options changed in this release." - ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/" - ewarn - ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any" - ewarn "older, running tmux server instances. You'll have to use an existing client to" - ewarn "end your old sessions or kill the old server instances. Otherwise you'll have" - ewarn "to temporarily downgrade to access them." - echo - fi -} diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 1f43a539b177..5a80c44dea65 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -72,17 +72,3 @@ src_install() { dodoc example_tmux.conf docompress -x /usr/share/doc/${PF}/example_tmux.conf } - -pkg_postinst() { - if ! ver_test 1.9a -ge ${REPLACING_VERSIONS:-1.9a}; then - echo - ewarn "Some configuration options changed in this release." - ewarn "Please read the CHANGES file in /usr/share/doc/${PF}/" - ewarn - ewarn "WARNING: After updating to ${P} you will _not_ be able to connect to any" - ewarn "older, running tmux server instances. You'll have to use an existing client to" - ewarn "end your old sessions or kill the old server instances. Otherwise you'll have" - ewarn "to temporarily downgrade to access them." - echo - fi -} -- cgit v1.2.3-65-gdbad