mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
11 lines
282 B
Text
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
|
|
}
|