mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
avahi: Remove duplicate service installation code
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
2236f3c0b9
commit
1fe9bb317a
4
setup.py
4
setup.py
@ -260,9 +260,7 @@ setuptools.setup(
|
||||
'*'))),
|
||||
('/var/lib/polkit-1/localauthority/10-vendor.d',
|
||||
['data/var/lib/polkit-1/localauthority/10-vendor.d/'
|
||||
'org.freedombox.NetworkManager.pkla']),
|
||||
('/etc/avahi/services/',
|
||||
glob.glob('data/etc/avahi/services/*.service'))],
|
||||
'org.freedombox.NetworkManager.pkla'])],
|
||||
cmdclass={
|
||||
'install': CustomInstall,
|
||||
'build': CustomBuild,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user