summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/udev/udev.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 05:58:02 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2010-09-05 05:58:02 (GMT)
commit6bcdc0236ae6c23bc9dd057913716af393af71ea (patch)
treea4cef43716cfa2040b11ae2ffb5867cd4a7ef6e7 /abs/core-testing/udev/udev.install
parent099ccac45c11ee6f96198367e9bea7040c9358c8 (diff)
downloadlinhes_pkgbuild-6bcdc0236ae6c23bc9dd057913716af393af71ea.zip
linhes_pkgbuild-6bcdc0236ae6c23bc9dd057913716af393af71ea.tar.gz
linhes_pkgbuild-6bcdc0236ae6c23bc9dd057913716af393af71ea.tar.bz2
udev:Bumped/Updated for LinHES 7.
Diffstat (limited to 'abs/core-testing/udev/udev.install')
-rw-r--r--abs/core-testing/udev/udev.install23
1 files changed, 10 insertions, 13 deletions
diff --git a/abs/core-testing/udev/udev.install b/abs/core-testing/udev/udev.install
index bb8b166..b4ce3c8 100644
--- a/abs/core-testing/udev/udev.install
+++ b/abs/core-testing/udev/udev.install
@@ -1,15 +1,16 @@
# arg 1: the new package version
# arg 2: the old package version
+
post_upgrade() {
-if [ "$(vercmp $2 100)" -lt 0 ]; then
- echo "ATTENTION UDEV:"
- echo "----------"
- echo "udev >=098 rules syntax has changed, please update your own rules."
- echo "udev >=099 Added persistent network and CD/DVD Symlink generator rules."
- echo "Please read the instructions carefully before reboot."
- echo "They are located in /etc/udev/readme-udev-arch.txt"
- echo "----------"
-fi
+ if [ "$(vercmp $2 100)" -lt 0 ]; then
+ echo "ATTENTION UDEV:"
+ echo "----------"
+ echo "udev >=098 rules syntax has changed, please update your own rules."
+ echo "udev >=099 Added persistent network and CD/DVD Symlink generator rules."
+ echo "Please read the instructions carefully before reboot."
+ echo "They are located in /etc/udev/readme-udev-arch.txt"
+ echo "----------"
+ fi
}
post_install() {
@@ -26,7 +27,3 @@ post_install() {
rmdir ${ROOTDIR}
fi
}
-
-op=$1
-shift
-$op $*