summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-06-26 12:43:40 +0200
committerKali Kaneko <kali@leap.se>2017-06-26 12:50:20 +0200
commit27a299a0664018099146ac967b0b3fbe7a198098 (patch)
tree09209c4d53376133c9672947d53885cabf507df9
parent10e65f2fd06c3d6290fcc26b46e34d2412f2ad1c (diff)
[pkg] add a symlink to soledad-create-userdb for backwards compatibility
We have changed the name of the script, to qualify it with the 'soledad' preffix. Here I am creating a symlink with the name of the previous script, for backwards-compatibility reasons - basically to avoid breaking unattended upgrades. (Note that the path is hardcoded in the config file deployed by the platform, so it needs to be changed in the platform accordingly too). This symlink should be deprecated after a couple of release cycles.
-rw-r--r--debian/soledad-server.links3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/soledad-server.links b/debian/soledad-server.links
new file mode 100644
index 00000000..d27f26d8
--- /dev/null
+++ b/debian/soledad-server.links
@@ -0,0 +1,3 @@
+# This is to avoid breaking unattended upgrades.
+# However, the previous naming is BAD, and we should deprecate the symlink after a couple of release cycles.
+usr/bin/soledad-create-userdb usr/bin/create-user-db