aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-26 10:40:06 +0200
committerDanilo M. <danix@danix.xyz>2026-09-26 10:40:06 +0200
commit5886c8d4919f7b8902f3eeb8fd3ea26a83033d13 (patch)
tree2d5f16c9357a8690593e5c245f1c5846daaddb6c /README.md
parent24ef37c302c1c7900c113dd92240000a2cacf755 (diff)
downloaddist-upgrade-5886c8d4919f7b8902f3eeb8fd3ea26a83033d13.tar.gz
dist-upgrade-5886c8d4919f7b8902f3eeb8fd3ea26a83033d13.zip
Recap a pending clean-system in non-interactive runs
Unattended clean-system lists removable packages but removes nothing by design, and with no reminder they were easy to miss. Non-interactive clean-system exits 0 when it listed candidates and 20 when there were none, so set CLEAN_PENDING from the return code and print a closing line telling the user to re-run with -i.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 86f6098..d49b986 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,8 @@ asks. A second occurrence aborts with a message instead of looping.
Unattended mode runs the package commands with `-batch=on -default_answer=y`.
`clean-system` is the exception: unattended it only lists packages that are not
part of the official Slackware set and removes nothing, so third-party or
-local packages are never deleted silently. Use `-i` to review and remove.
+local packages are never deleted silently. When it does find such packages, the
+closing recap reminds you to re-run with `-i` to review and remove them.
## Requirements