install gadjo theme in usr/share/publik/themes/ (#9445)

This commit is contained in:
Frédéric Péters 2015-12-28 14:25:13 +01:00
parent 0f55b70c12
commit c845d86235
4 changed files with 4 additions and 2 deletions

1
debian/combo.dirs vendored
View File

@ -1,4 +1,5 @@
/etc/combo
/usr/share/combo/themes
/usr/lib/combo
/var/lib/combo/collectstatic
/var/lib/combo/tenants

View File

@ -1,4 +1,4 @@
debian/combo-manage /usr/bin
debian/settings.py /etc/combo
debian/debian_config.py /usr/lib/combo
usr/share/combo/themes
usr/share/publik/themes

1
debian/combo.links vendored Normal file
View File

@ -0,0 +1 @@
usr/share/publik/themes/gadjo usr/share/combo/themes/gadjo

View File

@ -91,7 +91,7 @@ setup(
packages=find_packages(),
include_package_data=True,
scripts=('manage.py',),
data_files=data_tree('share/combo/themes/', 'data/themes/'),
data_files=data_tree('share/publik/themes/', 'data/themes/'),
url='https://dev.entrouvert.org/projects/combo/',
classifiers=[
'Development Status :: 2 - Pre-Alpha',