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

override_dh_auto_install:
	cp wine_gecko-1.1.0-x86.cab debian/wine1.3-gecko/usr/share/wine/gecko

