post_install() {
	cat <<EOF 

==> To activate the theme, run as root:
==> plymouth-set-default-theme -R arch-logo

EOF
}

post_upgrade() {
	post_install $1
}