summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b1c0b9db..e8efafc4 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,8 @@ if os.environ.get('VIRTUAL_ENV', None):
data_files = None
else:
# XXX this should go only for linux/mac
- data_files = [("/etc/init.d/", ["pkg/soledad"])]
+ # debian package: disable this mechanism for installation as it doesn't use debian mechanism to register
+ data_files = None
trove_classifiers = (
"Development Status :: 3 - Alpha",