packages/rustup/post.install
2024-05-29 20:13:45 +02:00

9 lines
192 B
Plaintext

post_install() {
echo "You may need to run rustup update stable"
echo "and possibly also rustup self upgrade-data"
}
post_upgrade() {
echo "You may need to run rustup self upgrade-data"
}