aur/instructions.install
2026-02-03 19:37:08 -05:00

11 lines
282 B
Text

BOLD='\033[1m'
GREEN='\033[32m'
RESET='\033[0m'
post_install() {
echo
echo -e "${BOLD}spout2pw${RESET} has been installed at ${BOLD}/opt${RESET}."
echo -e "To use ${BOLD}spout2pw${RESET}, follow the instructions at:"
echo "https://github.com/hoshinolina/spout2pw/wiki"
echo
}