summarylogtreecommitdiffstats
path: root/message.install
blob: bc7fe3657a027450deee11c55b52752a029b993c (plain)
1
2
3
4
5
6
post_install() {
	GREEN=$(tput setaf 2)
	NC=$(tput sgr0) # No Color
	echo "${GREEN}Note:${NC} To set the plymouth theme, use this command:"
	echo "${GREEN}==>${NC}   sudo plymouth-set-default-theme -R sweet-arch"
}