post_install() {
    pacman-key --init
    pacman-key --add /usr/share/pacman/keyrings/cachyos.gpg
    pacman-key --lsign-key F3B607488DB35A47
    pacman-key --populate
}

post_upgrade() {
        post_install
}
