summarylogtreecommitdiffstats
path: root/wine.install
blob: 8112fbe2d9056bfbd7e41231ef9efc15d22a0d61 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Run 'systemctl restart systemd-binfmt' in order to make the wine 
binfmt available on your system."
}

post_remove() {
  echo "binfmt binary formats will be updated at reboot"
}