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