summaryrefslogtreecommitdiff
path: root/raveos-plymouth-theme/raveos-plymouth-theme.install
blob: 56b374cc5b0e1afd7de1a53cb53c9bf0b2e3d1a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    plymouth-set-default-theme raveos
}

post_upgrade() {
    plymouth-set-default-theme raveos
}

pre_remove() {
    plymouth-set-default-theme -R raveos 2>/dev/null || true
}