summarylogtreecommitdiffstats
path: root/plymouth-theme-monoarch.install
blob: 7130cc8d99b5dbcbcfcd1237cfd4c4169520add0 (plain)
1
2
3
4
5
6
7
8
post_install() {
    printf "\nSet monoarch as plymouth theme in order to use it:\n" 
    printf "# plymouth-set-default-theme -R monoarch\n\n"
}

post_upgrade() {
  post_install
}