summarylogtreecommitdiffstats
path: root/sayonara-player-svn.install
blob: d5c316566edc2e638be6e5e47822c23ecd431984 (plain)
1
2
3
4
5
6
7
8
post_upgrade() {
  (( $(vercmp $2 1092) < 0 )) && cat <<MSG
>>> The package now uses a workaround that adds 1042 to the revision number
    as due to source-transfer the revision counter got reset.
    So while the svn-revision is ~50, the actual version is much higher.
MSG
  true
}