#! /usr/bin/env python
# encoding: utf-8

dst = bld.env['TEMPLATES_DIR'] + '/empty/'
bld.install_files (dst, 'icon.png')
bld.install_files (dst, 'template.yml')

