post_install() {
    systemctl daemon-reload
    systemctl enable cachyos-rate-mirrors.timer
}

post_upgrade() {
    systemctl daemon-reload
    systemctl enable cachyos-rate-mirrors.timer
}

pre_remove() {
    systemctl disable cachyos-rate-mirrors.timer
}
