From ccff2e8c4ae4f0ee487b55fe708dced85d829f68 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sun, 8 Mar 2009 16:50:30 +0100 Subject: cleanup backup files when user is happy with the config --- src/core/libs/lib-ui-interactive.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core') diff --git a/src/core/libs/lib-ui-interactive.sh b/src/core/libs/lib-ui-interactive.sh index 53e0a05..c013bb0 100644 --- a/src/core/libs/lib-ui-interactive.sh +++ b/src/core/libs/lib-ui-interactive.sh @@ -54,6 +54,8 @@ interactive_configure_system() fi done + # temporary backup files are not useful anymore past this point. + find "${var_TARGET_DIR}/etc/" -name '*~' -delete &>/dev/null } -- cgit v1.2.3-54-g00ecf