# Source grimoire FUNCTIONS to have get_kernel_version
. $GRIMOIRE/FUNCTIONS

# testing if the install_config_file function is available
# we don't want to spend time building udev if we can't install it properly

if  ! grep -q install_config_file /var/lib/sorcery/modules/libapi ;  then
    message  "${PROBLEM_COLOR}You don't have the latest stable Sorcery. Run
              \`sorcery update\`${DEFAULT_COLOR}"  &&
    return  1
fi
