PKGBUILDs/community/gitea/gitea.install

9 lines
338 B
Plaintext
Raw Normal View History

2021-10-12 00:35:11 +00:00
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
}