install new asec-green theme

This commit is contained in:
Frédéric Péters 2011-04-21 11:34:37 +02:00
parent 89834f7aee
commit 398e4eb416
1 changed files with 2 additions and 1 deletions

View File

@ -30,5 +30,6 @@ distutils.core.setup(
data_files = [('share/wcs/', ('asec-wcs-settings.xml', 'asec-welcome-email'))] + \
data_tree('share/wcs/web/', 'data/web/') + \
data_tree('share/wcs/texts', 'texts') + \
data_tree('share/wcs/themes/asec', 'themes/asec')
data_tree('share/wcs/themes/asec', 'themes/asec') + \
data_tree('share/wcs/themes/asec-green', 'themes/asec-green')
)