Add 'plymouth-theme-arch-logo/' from commit '00ae1a3844'

git-subtree-dir: plymouth-theme-arch-logo
git-subtree-mainline: 32e592d220
git-subtree-split: 00ae1a3844
This commit is contained in:
Manuel 2022-10-18 00:00:01 +02:00
commit 3ee96b7f8e
4 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,12 @@
post_install() {
cat <<EOF
==> To activate the theme, run as root:
==> plymouth-set-default-theme -R arch-logo
EOF
}
post_upgrade() {
post_install $1
}