setup.py: Install all first-run scripts for freedombox-setup

This commit is contained in:
James Valleroy 2017-01-19 18:54:28 -05:00 committed by Sunil Mohan Adapa
parent d924b742d9
commit d639990894
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
### Fixed
- setup: Fixed an infinite redirect in a rare case.
- setup.py: Install all first-run scripts for freedombox-setup.
## [0.13.0] - 2017-01-18
### Added

View File

@ -200,7 +200,7 @@ setuptools.setup(
('/usr/lib/freedombox/setup.d/',
['data/usr/lib/freedombox/setup.d/86_plinth']),
('/usr/lib/freedombox/first-run.d',
['data/usr/lib/freedombox/first-run.d/90_firewall']),
glob.glob('data/usr/lib/freedombox/first-run.d/*')),
('/etc/apache2/conf-available',
glob.glob('data/etc/apache2/conf-available/*.conf')),
('/etc/apache2/sites-available',