summaryrefslogtreecommitdiff
path: root/raveos-cosmic-theme/raveos-cosmic-theme.install
blob: c022d33220a1bc8d3ffb8be12aeca00ef36b83be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_enable_apply_service() {
    if command -v systemctl >/dev/null 2>&1; then
        systemctl enable raveos-cosmic-theme-apply.service >/dev/null 2>&1 || true
    fi
}

post_install() {
    _enable_apply_service
}

post_upgrade() {
    _enable_apply_service
}