updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / wineasio / wineasio.install
blob078bd113c61c137251c7a430c4095794c17e8bd0
1 post_install() {
2   . /etc/makepkg.conf
3   [[ "$CARCH" = 'i686' ]] && return 0
4   echo "  > If you are on Arch64, configure wine for 32-bit first:"
5   echo
6   echo "  WINEARCH=32 winecfg"
7   echo
8   echo "  > Please register the DLL as USER:"
9   echo
10   echo "  regsvr32 wineasio.dll"
11   echo
12   echo "  > ALSA must also be the ONLY audio output in Wine(cfg)"
15 post_upgrade() {
16   post_install
19 # vim:set ts=2 sw=2 et: