aur/gitea/gitea.install
nyyu 12438d075f
All checks were successful
continuous-integration/drone/push Build is passing
add gitea
2022-01-06 15:57:22 +01:00

9 lines
338 B
Plaintext

post_upgrade() {
if [ "$(vercmp "$2" "1.15.0")" -le 0 ]; then
echo "The app.ini configuration file is not prefilled anymore. The current"
echo "one has been saved to .pacsave, you need to at least rename it before"
echo "restarting gitea. The app.example.ini file is provided for a reference"
echo "of settings."
fi
}