post_install() {
  cat << _EOF 

==> To activate run: 
==> sudo plymouth-set-default-theme -R openSUSE

_EOF
}

post_upgrade() {
  post_install $1
}
