[arch-commits] Commit in udev/trunk (udev.install)
Tom Gundersen
tomegun at archlinux.org
Thu Mar 1 17:57:24 UTC 2012
Date: Thursday, March 1, 2012 @ 12:57:23
Author: tomegun
Revision: 151729
upgpkg: udev 181-3
fix install message
Modified:
udev/trunk/udev.install
--------------+
udev.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: udev.install
===================================================================
--- udev.install 2012-03-01 17:33:47 UTC (rev 151728)
+++ udev.install 2012-03-01 17:57:23 UTC (rev 151729)
@@ -2,7 +2,7 @@
# arg 2: the old package version
post_upgrade() {
- if [ "$(vercmp $2 181-2)" -lt 0 ]; then
+ if [ "$(vercmp $2 181-3)" -lt 0 ]; then
echo "udev changes:"
if [ "$(vercmp $2 168)" -lt 0 ]; then
echo " * Kernel 2.6.32 or newer is now required."
More information about the arch-commits
mailing list