summarylogtreecommitdiffstats
path: root/komga.install
blob: 89de3a878703889df49a38f1833ab6f29156b054 (plain)
1
2
3
4
5
6
7
post_upgrade() {
    if (( $(echo "$2 1.0.0" | awk '{print ($1 < $2)}') )); then
        echo "          Komga 1.0.0 brings breaking changes, please read"
        echo "          <https://komga.org/installation/upgrade.html>"
        echo "          before starting the new version."
    fi
}