mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
8 lines
160 B
Text
8 lines
160 B
Text
post_upgrade() {
|
|
echo ">> The Reto network is unofficial. Do not trade more than you're"
|
|
echo ">> willing to lose!"
|
|
}
|
|
|
|
post_install() {
|
|
post_upgrade
|
|
}
|