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.