Manuel
3ee96b7f8e
git-subtree-dir: plymouth-theme-arch-logo git-subtree-mainline:32e592d220
git-subtree-split:00ae1a3844
12 lines
158 B
Text
12 lines
158 B
Text
post_install() {
|
|
cat <<EOF
|
|
|
|
==> To activate the theme, run as root:
|
|
==> plymouth-set-default-theme -R arch-logo
|
|
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|