post_install() {
  cat << _EOF 

==> To activate the theme, run: 
==> sudo plymouth-set-default-theme -R dark-arch

_EOF
}

post_upgrade() {
  post_install $1
} 
