#!/bin/sh
# Fake IE per workaround in http://bugs.winehq.org/show_bug.cgi?id=3453
wineserver -k
cat >> $HOME/.wine/system.reg <<"_EOF_"

[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
_EOF_


