From 4697c5fe335af078b3d6aa4fefd437d7aec51a8b Mon Sep 17 00:00:00 2001 From: kraoc Date: Thu, 11 Apr 2024 18:27:57 +0200 Subject: [PATCH] =?UTF-8?q?correction=20de=20la=20g=C3=A9n=C3=A9ration=20d?= =?UTF-8?q?u=20uninstall.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel.sh b/kernel.sh index 1e80064..e5b9b6a 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,5 +1,5 @@ #!/bin/bash -UPDATED="2024-04-09" +UPDATED="2024-04-11" DISABLE=1 # disable some options ENABLE=1 # enable some options @@ -511,7 +511,7 @@ doGenerateUninstall() { # uninstall commands # package name PACKAGES= - TAG="_$VERSION-1_amd64.deb" + TAG="_$VERSION_amd64.deb" search_dir=$WORKDIR/../ for entry in "$search_dir"/*.deb; do