mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
338 B
Text
9 lines
338 B
Text
|
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
|
||
|
}
|