summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/raveos-plasma-theme.install
blob: fbca6ac752b64c2bb593a33a237b8c9bb5818497 (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-plasma-theme-apply.service >/dev/null 2>&1 || true
    fi
}

post_install() {
    _enable_apply_service
}

post_upgrade() {
    _enable_apply_service
}