arch-packages/plymouth-theme-arch-logo/plymouth-theme-arch-logo.in...

13 lines
158 B
Plaintext
Raw Normal View History

2016-06-22 19:41:42 +02:00
post_install() {
cat <<EOF
2016-08-25 22:41:45 +02:00
==> To activate the theme, run as root:
2016-06-22 19:41:42 +02:00
==> plymouth-set-default-theme -R arch-logo
EOF
}
post_upgrade() {
post_install $1
}