diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-20 12:20:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-08-20 12:20:14 +0300 |
commit | d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f (patch) | |
tree | 1e47c029b808565fce0134c7bf173dd7ad2fb8de /app-misc | |
parent | dev-haskell/hdbc-sqlite3: drop USE=test support, requres testpack (diff) | |
download | gentoo-d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f.tar.gz gentoo-d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f.tar.bz2 gentoo-d8eeff3a46f5e848247615fe19b6e0dc9fe2f17f.zip |
app-misc/tmux: remove pkg_postinst()
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/tmux/tmux-3.1b.ebuild | 14 | ||||
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 14 |
2 files changed, 0 insertions, 28 deletions
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 -} |