From a836a3c882478ee61341771543eec833af7281b1 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 3 May 2024 21:45:56 +0200 Subject: [PATCH] Add README entry for zypper_autoremove.bash --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aab68d4..b088489 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,12 @@ arguments: vbr [on/off] (optional) {default: on} bitrate [{bitrate}k] (optional) {default: 128k} ``` + +### `zypper_autoremove.bash` + +This script replicates the behaviour of `apt autoremove` or `emerge --depclean` by filtering all unneeded +packages and passing them to `zypper rm -u` to remove all of them. You will be prompted to verify the packages +to be removed by zypper. + +#### Overview of arguments +This script takes no arguments.