diff --git a/client-android b/client-android
index c57427dc3fa0e03fb9b1c0c97250d30a60e90bde..646ba0851394d34ee615da46e89b2a6597742f2b 160000
--- a/client-android
+++ b/client-android
@@ -1 +1 @@
-Subproject commit c57427dc3fa0e03fb9b1c0c97250d30a60e90bde
+Subproject commit 646ba0851394d34ee615da46e89b2a6597742f2b
diff --git a/daemon b/daemon
index b5c04e96e2e3c0d98eb6b330d8bbbd92991a6bf1..2469eae44fdb45b58c8efe92758de13d958cacf9 160000
--- a/daemon
+++ b/daemon
@@ -1 +1 @@
-Subproject commit b5c04e96e2e3c0d98eb6b330d8bbbd92991a6bf1
+Subproject commit 2469eae44fdb45b58c8efe92758de13d958cacf9
diff --git a/packaging/rules/debian-one-click-install/jami-all.postinst b/packaging/rules/debian-one-click-install/jami-all.postinst
index d11fc56c21c8bb92a5aaec8bba97d4bc0693e88e..744c36901e9cd83a737e26956c596d7c1747011f 100755
--- a/packaging/rules/debian-one-click-install/jami-all.postinst
+++ b/packaging/rules/debian-one-click-install/jami-all.postinst
@@ -99,6 +99,8 @@ if [ -f /etc/os-release ]; then
         ENDTAG="debian_9"
     elif [ "${DEBIAN_CODENAME}" = "buster" ] || [ "${ID}_${VERSION_ID}" = "debian_10" ]; then
         ENDTAG="debian_10"
+    elif [ "${ID}_${VERSION_ID}" = "trisquel_8.0" ]; then
+        ENDTAG="ubuntu_16.04"
     elif [ "${UBUNTU_CODENAME}" = "xenial" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_16.04" ]; then
         ENDTAG="ubuntu_16.04"
     elif [ "${UBUNTU_CODENAME}" = "bionic" ] || [ "${ID}_${VERSION_ID}" = "ubuntu_18.04" ]; then