summaryrefslogtreecommitdiffstats
path: root/abs/core/dmraid/dmraid.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-06 22:41:24 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-06 22:41:24 (GMT)
commitdee1e8deb2f6c0605efa0a25f94c28f5cc53bc02 (patch)
treee968446b751457f05848dbb0225224b6ed96eb15 /abs/core/dmraid/dmraid.install
parent52766cbe0436d9b097c6ccbb6428c9826ba24932 (diff)
downloadlinhes_pkgbuild-dee1e8deb2f6c0605efa0a25f94c28f5cc53bc02.zip
linhes_pkgbuild-dee1e8deb2f6c0605efa0a25f94c28f5cc53bc02.tar.gz
linhes_pkgbuild-dee1e8deb2f6c0605efa0a25f94c28f5cc53bc02.tar.bz2
dmraid: 1.0.0
Diffstat (limited to 'abs/core/dmraid/dmraid.install')
-rw-r--r--abs/core/dmraid/dmraid.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/dmraid/dmraid.install b/abs/core/dmraid/dmraid.install
new file mode 100644
index 0000000..64899e7
--- /dev/null
+++ b/abs/core/dmraid/dmraid.install
@@ -0,0 +1,14 @@
+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
+}