4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
|
#!/bin/sh
|
||
|
# remove rpm, apt databases and cache
|
||
|
find /var/lib/rpm /var/lib/apt /var/cache/apt -type f -delete
|