mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
14 lines
224 B
Bash
14 lines
224 B
Bash
# -*- 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
|