# moving the old rules to rules.d
if [ -f ${UDEV_CFG}/udev.rules ];then
    install_config_file ${UDEV_CFG}/udev.rules ${UDEV_CFG}/rules.d/00-local.rules       &&
    rm -f ${UDEV_CFG}/udev.rules
fi
