OCaml 4.14.0 rebuild
[arch-packages.git] / btrfs-progs / trunk / btrfs-progs.install
blob1e75f0250c6cf3b68e3b20550a4e0b31319781cd
1 #!/bin/sh
3 ## arg 1: the new package version
4 ## arg 2: the old package version
5 post_upgrade() {
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: