#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_install:
	cp wine_gecko-1.0.0-x86.cab debian/wine1.2-gecko/usr/share/wine/gecko

