ftxui-git/.install
2021-06-10 19:57:59 +05:30

11 lines
336 B
Plaintext

post_install() {
echo "-------------------------->"
echo "The headers have been installed to '/usr/local/include/ftxui' and libraries to /usr/local/lib/ftxui, namely 'libcomponent.a', 'libdom.a', 'libscreen.a'"
echo "Don't Forget to link with the libraries :D"
echo "<--------------------------"
}
post_upgrade() {
post_install
}