#!/bin/sh
# Copyright © 2013-2016 Valve Corporation
# Copyright © 2017-2026 Collabora Ltd.
# SPDX-License-Identifier: MIT

set -eux

if [ -x /usr/bin/python3.5 ] && ! [ -e /usr/bin/python3 ]; then
    ln -fns python3.5 /usr/bin/python3
fi
