summarylogtreecommitdiffstats
path: root/wine.install
blob: 674a1e072abbb092669c715f1e4a689259d9ecaf (plain)
1
2
3
4
5
6
7
post_install() {
  cat <<EOF
To enable binfmt support, run:
# ln -s /usr/share/wine/binfmt/wine.conf /etc/binfmt.d/wine.conf
# systemctl restart systemd-binfmt
EOF
}