1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
post_install() { cat << _EOF ==> Installing theme! _EOF plymouth-set-default-theme -R SuzanneWireframe } post_upgrade() { post_install $1 } post_remove() { cat << _EOF ==> Resetting to default theme _EOF plymouth-set-default-theme -R bgrt }