#!/usr/bin/make -f

%:
	dh ${@}

override_dh_auto_build:
	msgfmt po/zh_CN.po -o mintstick.mo

override_dh_auto_clean:
	rm -rf mintstick.mo
