7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Remove the cache
|
||
|
rm -rf /var/cache/man/*
|