Package clean-up

This commit is contained in:
Manuel Hüsers 2016-06-22 19:41:42 +02:00
parent 78b9daa6d6
commit cf973255be
3 changed files with 30 additions and 14 deletions

View file

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