[arch-commits] Commit in xf86-video-intel/trunk (xf86-video-intel.install)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Aug 10 23:42:38 UTC 2013
Date: Sunday, August 11, 2013 @ 01:42:37
Author: heftig
Revision: 192413
do the post_upgrade message if upgrading from pre-2.21.15
Modified:
xf86-video-intel/trunk/xf86-video-intel.install
--------------------------+
xf86-video-intel.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: xf86-video-intel.install
===================================================================
--- xf86-video-intel.install 2013-08-10 23:37:40 UTC (rev 192412)
+++ xf86-video-intel.install 2013-08-10 23:42:37 UTC (rev 192413)
@@ -1,5 +1,5 @@
post_upgrade() {
- if [ "$(vercmp 2.21.15 "$2")" -eq 1 ]; then
+ if (( $(vercmp $2 2.21.15) < 0 )); then
post_install
fi
}
More information about the arch-commits
mailing list