5
0
Fork 0
mirror of https://codeberg.org/Computertruhe/Setup-Skripte.git synced 2025-06-28 11:26:18 +02:00

Inform user about cleanup

This commit is contained in:
ml 2020-02-10 22:32:04 +01:00
parent 1eb61e8f81
commit 81ab58a428

View file

@ -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"
}