From 8ff47adb38f8628c2c4ddaf0f6000c13878064ac Mon Sep 17 00:00:00 2001 From: Todd Turner Date: Wed, 27 Sep 2017 22:44:56 +1000 Subject: [PATCH] Remove creation of first-run.d directory Reviewed-by: Joseph Nuthalapati --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1fac1ded0..1eb6ef043 100755 --- a/setup.py +++ b/setup.py @@ -229,8 +229,6 @@ setuptools.setup( glob.glob('data/usr/lib/firewalld/services/*.xml')), ('/usr/lib/freedombox/setup.d/', ['data/usr/lib/freedombox/setup.d/86_plinth']), - ('/usr/lib/freedombox/first-run.d', - 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',