summarylogtreecommitdiffstats
path: root/decklink.install
blob: 0fcf32773f729b525aca10d2db8505e1d75ed792 (plain)
1
2
3
4
5
6
7
8
9
post_upgrade() {
  if (($(vercmp $2 11.5-2) < 0)); then
    echo ':: In order to work the DesktopVideoHelper.service has to be started.'
  fi
}

post_install() {
  echo ':: In order to work the DesktopVideoHelper.service has to be started.'
}