Update setup.py

This commit is contained in:
chrys87 2017-07-25 17:54:50 +02:00 committed by GitHub
parent fef3aa3a58
commit e011b42ea4

View File

@ -27,6 +27,7 @@ for directory in directories:
destDir = '/usr/share/sounds/fenrir/template' destDir = '/usr/share/sounds/fenrir/template'
if destDir != '': if destDir != '':
data_files.append((destDir, files)) data_files.append((destDir, files))
data_files.append(('/usr/lib/systemd/system/', 'autostart/systemd/fenrir.service'))
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()