post_install() { echo "-------------------------->" echo "Location of the FTXUI installation:" echo "- Headers : /usr/include/" echo "- Libraries : /usr/lib/" echo "- Cmake config: /usr/lib/cmake/ftxui/" echo "" echo "The libraries are:" echo "- ftxui-libscreen.a" echo "- ftxui-libdom.a" echo "- ftxui-libcomponent.a" echo "Don't forget to link against them." echo "" echo "They corresponds to the cmake targets:" echo "- ftxui::screen" echo "- ftxui::dom" echo "- ftxui::component" echo "" echo "Using cmake, FetchContent and referring to a specific hash version of" echo "FTXUI is recommended instead." echo "<--------------------------" } post_upgrade() { post_install }