13 lines
150 B
Text
13 lines
150 B
Text
|
post_install() {
|
||
|
cat <<EOF
|
||
|
|
||
|
==> To activate the theme, run:
|
||
|
==> plymouth-set-default-theme -R arch-logo
|
||
|
|
||
|
EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|