aur/ryelang-git.install
2025-09-18 10:53:20 +02:00

14 lines
224 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- sh -*-
post_install() {
cat <<__EOT__
» NB: The executable is called ryelang because the
» name rye was already taken by another package.
__EOT__
}
post_upgrade() {
post_install "$@"
}
# eof