summarylogtreecommitdiffstats
path: root/plymouth-theme-550w.install
blob: fb6a82e43e55ec29bfd30061ec107dbacca1b267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){
    cat << EOF

  ==> To activate, Run:
  ==>   sudo plymouth-set-default-theme -R 550w

EOF
}

post_upgrade(){
    post_install
}