#!/bin/sh
ver=`udevinfo -V | cut -f3 -d" "`
ver=`udevadm info -V | cut -f3 -d" "`
if [ -z "${ver}" ]; then
# Not found - try udevadm
# Not found - try udevinfo
# nobody has that old version, anyway.