summarylogtreecommitdiffstats
path: root/obs-ndi.install
blob: ccfb504425e2cee3c6634cf2fdc6710071c7c48b (plain)
1
2
3
4
5
6
7
post_upgrade() {
    echo "ensure that the avahai daemon is running: systemctl enable avahai-daemon.service --now"
}

post_install() {
    post_upgrade
}