diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-12-02 13:17:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-12-02 13:17:33 +0200 |
commit | 810ed8ec145d6c9df20b42d960c4812d1cef3bc6 (patch) | |
tree | 1a1fad923492f875a27d9349c6b01e8aaf92ca8c /app-shells | |
parent | app-shells/starship: Add 1.21.1 (diff) | |
download | gentoo-810ed8ec145d6c9df20b42d960c4812d1cef3bc6.tar.gz gentoo-810ed8ec145d6c9df20b42d960c4812d1cef3bc6.tar.bz2 gentoo-810ed8ec145d6c9df20b42d960c4812d1cef3bc6.zip |
app-shells/starship: remove old pkg_postinst check from 1.21.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/starship/starship-1.21.1.ebuild | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app-shells/starship/starship-1.21.1.ebuild b/app-shells/starship/starship-1.21.1.ebuild index 7bfcd9bae21a..d025f86408d2 100644 --- a/app-shells/starship/starship-1.21.1.ebuild +++ b/app-shells/starship/starship-1.21.1.ebuild @@ -436,12 +436,3 @@ src_install() { cargo_src_install dodoc README.md } - -pkg_postinst() { - local v - for v in ${REPLACING_VERSIONS}; do - if ver_test "${v}" -lt "1.9.0"; then - einfo "Note that vicmd_symbol config option was renamed to vimcmd_symbol in version 1.9" - fi - done -} |