summarylogtreecommitdiffstats
path: root/message.install
blob: 48d381711caf0a75fb6bcb0b83b958a575c5ad59 (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 arch-circle"
}