diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-07-12 14:15:20 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-07-12 14:15:20 +0000 |
commit | 079c689ef9b252fd82dbf9b182ec2517c48f8737 (patch) | |
tree | 76d35549f6bb5cf84901953a98be8682c25bb8fb /testing/dmraid/dmraid.install | |
parent | ec9bd2e246eb94181a9254dcb2de7ddc191bb8cc (diff) |
Tue Jul 12 14:15:20 UTC 2011
Diffstat (limited to 'testing/dmraid/dmraid.install')
-rw-r--r-- | testing/dmraid/dmraid.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/dmraid/dmraid.install b/testing/dmraid/dmraid.install deleted file mode 100644 index 64899e785..000000000 --- a/testing/dmraid/dmraid.install +++ /dev/null @@ -1,14 +0,0 @@ -post_upgrade() { - if [ "$(vercmp $2 1.0.0.rc15)" -lt 0 ]; then - # important upgrade notice - echo ">>>" - echo ">>> IMPORTANT DMRAID UPGRADE NOTICE" - echo ">>> -------------------------------" - echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:" - echo ">>> You need to add an additional 'p' in front of your number." - echo ">>> e.g. <yourname><number> --> <yourname>p<number>" - echo ">>> firsthd1 --> firsthdp1" - echo ">>> Please change your bootloader and fstab accordingly." - echo ">>>" - fi -} |