summarylogtreecommitdiffstats
path: root/wineasio.install
blob: 796d60b8e274c193f507f2f66bb585e24a531afa (plain)
1
2
3
4
post_install() {
  echo "Your user must belong to the realtime group in order to use wineasio."
  echo "This can be done with 'sudo usermod -aG realtime \$(whoami)'"
}