Add README entry for zypper_autoremove.bash
This commit is contained in:
parent
0220cccb29
commit
a836a3c882
1 changed files with 9 additions and 0 deletions
|
@ -23,3 +23,12 @@ arguments:
|
||||||
vbr [on/off] (optional) <Toggle variable bit rate> {default: on}
|
vbr [on/off] (optional) <Toggle variable bit rate> {default: on}
|
||||||
bitrate [{bitrate}k] (optional) <Set the bitrate to be passed to ffmpeg> {default: 128k}
|
bitrate [{bitrate}k] (optional) <Set the bitrate to be passed to ffmpeg> {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.
|
||||||
|
|
Loading…
Reference in a new issue