diff options
-rw-r--r-- | debian/soledad.init | 1 | ||||
-rw-r--r-- | setup.py | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/soledad.init b/debian/soledad.init new file mode 100644 index 00000000..e70f6d2b --- /dev/null +++ b/debian/soledad.init @@ -0,0 +1 @@ +../pkg/soledad @@ -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", |