ubuntu-release-upgrader: add trisquel-mini upgrade helper to prevent missing login greeter

This commit is contained in:
Ark74 2025-08-08 19:14:45 -06:00
parent dc69d82ab4
commit c7ded611ea
2 changed files with 86 additions and 1 deletions

View file

@ -25,7 +25,7 @@
# Also, don't forget to update the meta-release files at archive and packages.t.i
# The "obsoletes" list from ubuntu has been removed
VERSION=16.2
VERSION=16.4
. ./config
# Previous upstream release name, update for each release.
@ -370,6 +370,9 @@ URI_UNSTABLE_POSTFIX = -development
URI_PROPOSED_POSTFIX = -proposed
MR-FILE
# Apply custom patches for Trisquel
apply_patch_changes
# Modify build-scripts
sed -i "s|DIST=.*|DIST=$CODENAME|" DistUpgrade/build-dist.sh
sed -i "s|MAINTAINER=.*|MAINTAINER=\"$DEBFULLNAME <$DEBEMAIL>\"|" DistUpgrade/build-dist.sh