archrelease: copy trunk to testing-x86_64
[arch-packages.git] / dmraid / repos / core-x86_64 / dmraid.install
blob64899e7853c1419c9d4ea471493ac40eafba4095
1 post_upgrade() {
2   if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then
3     # important upgrade notice
4     echo ">>>"
5     echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
6     echo ">>> -------------------------------"
7     echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:"
8     echo ">>> You need to add an additional 'p' in front of your number."
9     echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
10     echo ">>>      firsthd1           --> firsthdp1"
11     echo ">>> Please change your bootloader and fstab accordingly."
12     echo ">>>"
13   fi