blob: c42f4da815235e3e392ab9d97f37971d4254ead1 [file] [log] [blame]
if cmake -DCOMPONENT=kernelshark -P cmake_install.cmake; then
echo "Kernelshark installed correctly"
else
exit 1
fi
if ! cmake -DCOMPONENT=polkit-policy -P cmake_install.cmake; then
echo >&2 "Warning: polkit policy not installed"
fi