Skip to content
Snippets Groups Projects
Commit b0e2d411 authored by Fredy Pulido's avatar Fredy Pulido Committed by Sébastien Blin
Browse files

packaging: adds trisquel 8 to postinst script

Adds trisquel 8 to ensure it gets updates from ubuntu 16.04 repository

Change-Id: Icb4e31e1dcb1110cca6374810521cf54a4007be0
parent b48b5c3e
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment