# Some colored makepkg-like functions note() { printf "${BLUE}==>${ALL_OFF}${YELLOW} NOTE:${ALL_OFF}${BOLD} ${1}${ALL_OFF}\n" } ALL_OFF="$(tput sgr0)" BOLD="$(tput bold)" BLUE="${BOLD}$(tput setaf 4)" YELLOW="${BOLD}$(tput setaf 3)" post_install() { note "Do not forget to register at https://marketplace.tracktion.com/shop/free-daw to create your login and use the DAW for free." }