From 81ab58a4282fd8c44e163eb70af3d650d38f0ab2 Mon Sep 17 00:00:00 2001 From: ml Date: Mon, 10 Feb 2020 22:32:04 +0100 Subject: [PATCH] Inform user about cleanup --- mint/linux_mint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mint/linux_mint.sh b/mint/linux_mint.sh index 0d7dfe1..4ebbecc 100755 --- a/mint/linux_mint.sh +++ b/mint/linux_mint.sh @@ -103,7 +103,7 @@ handle_signal() { # always executed on shell exit regardless of reason. for cleanup tasks handle_exit() { - # Remove temporary dpkg cfg + e "Finales Cleanup wird durchgeführt..." rm -f "$DPKG_CFG_FRAGMENT" }