3 ## arg 1: the new package version
4 ## arg 2: the old package version
6 if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
7 echo 'btrfs multi-device support now relies on linux 3.6 or later'
8 elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
9 echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
10 echo 'use btrfs-scrub@-.timer to scrub / monthly'
11 echo ' btrfs-scrub@home.timer to scrub /home monthly.'
15 # vim:set ts=2 sw=2 et: