remove systemd file from installation

This commit is contained in:
chrys
2018-06-18 00:31:50 +02:00
parent b609476d9e
commit 6c5fb412ed
3 changed files with 1 additions and 20 deletions

View File

@ -44,7 +44,6 @@ destDir = '/usr/share/sounds/fenrirscreenreader/template'
data_files.append((destDir, files))
files = glob.glob('tools/*')
data_files.append(('/usr/share/fenrirscreenreader/tools', files))
data_files.append(('/etc/systemd/system', ['autostart/systemd/fenrir.service']))
data_files.append(('/usr/share/man/man1', ['docu/fenrir.1']))
def read(fname):