post_install() {
    post_upgrade
}

post_upgrade() {
    systemctl mask systemd-rfkill.service 
    systemctl mask systemd-rfkill.socket 
    systemctl preset-all     
}
