blob: 3be0976fc47f6588b29effb4c7ebb095b7a87a18 (
plain)
1
2
3
4
5
6
|
post_install() {
GREEN=$(tput setaf 2)
NC=$(tput sgr0)
echo "${GREEN}Note:${NC} To set the plymouth theme, use this command:"
echo "${GREEN}==>${NC} sudo plymouth-set-default-theme -R dr460nized-sweet"
}
|