summarylogtreecommitdiffstats
path: root/pipewire-dropin.install
blob: a830ac2cd9c64cb7d49df7cc18e18dadf8d97409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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."
}