From 27a299a0664018099146ac967b0b3fbe7a198098 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 26 Jun 2017 12:43:40 +0200 Subject: [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. --- debian/soledad-server.links | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/soledad-server.links 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 -- cgit v1.2.3