summarylogtreecommitdiffstats
path: root/plymouth-theme-arch-agua.install
blob: b7caaa30a972e5870370f97ec39c8e14cfb6e420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	cat <<EOF 

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

EOF
}

post_upgrade() {
	post_install $1
}