diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-26 10:40:06 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-26 10:40:06 +0200 |
| commit | 5886c8d4919f7b8902f3eeb8fd3ea26a83033d13 (patch) | |
| tree | 2d5f16c9357a8690593e5c245f1c5846daaddb6c /README.md | |
| parent | 24ef37c302c1c7900c113dd92240000a2cacf755 (diff) | |
| download | dist-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
