post_upgrade() {
    echo "NOTE: You may not use the original JACK server (jackd) anymore after installing pipewire-jack-dropin."
}

post_install() {
    post_upgrade

    echo "Reboot your system for the changes to take effect."
}

post_remove() {
    echo "Reboot your system for the changes to take effect."
}
