implemented patchfile and pre post action of package manager, renamed pkgrem -> pkgrm

This commit is contained in:
levasseur
2021-10-25 17:33:23 +02:00
parent c45078fbe7
commit 6fa6dcc24d
7 changed files with 208 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
# * PROXYAPTPORT: Working port for APT proxy
# ------------------------------------------------------------------------------
export VER_upgrade_dist="0.1.2"
export VER_upgrade_dist="0.1.3"
# As aptitude might fail if clock is too far from real time, we need to depend
# on ntp
@@ -53,7 +53,7 @@ upgrade_dist()
pkgupgd
prnt I "Suppression des paquets résiduels..."
pkgautorem
pkgautorm
}
precheck_upgrade_dist()