moved old code to modules, cleanup

This commit is contained in:
fatalerrors
2021-06-18 12:02:01 +02:00
parent 8bb69f931d
commit 1a964640d9
8 changed files with 108 additions and 51 deletions

View File

@@ -78,3 +78,7 @@ export PKGS_TEX="auctex texinfo texlive-base texlive-extra-utils \
# Outils divers
export PKGS_TOOLS="asciidoc docbook-utils doxygen help2man python-sphinx \
python3-sphinx tidy ncftp filezilla openjdk-8-jre"
# Agrégation de tout par défaut
export PKGSEL="$PKGS_BASE $PKGS_BUR $PKGS_FONTS $PKGS_GRAF $PKGS_MULTI \
$PKGS_SCI $PKGS_PRGM $PKGS_TEX $PKGS_TOOLS"