post_install() {
  echo ">"
  echo ">   You need to set up new WINE 32-bit prefix path, by doing:"
  echo ">   export WINEPREFIX=/usr/share/fuzzbunch/.wine-fuzzbunch"
  echo ">   Then you need to build up new prefix: WINEARCH=win32 wine wineboot"
  echo ">   Import REG file from installation package: wine regedit /usr/share/fuzzbunch/.wine-fuzzbunch/path.reg"
  echo ">   And the last one, you need to install python2 in prefix: winetricks -q python26"
  echo ">"
}
