summarylogtreecommitdiffstats
path: root/plymouth-theme-suzanne-wireframe.install
blob: 54868acdbf1935d9d20cba81708eb0d18d039406 (plain)
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
}