Peppermint-Classic-Build-Files/PeppermintOS-Classic-amd64/config/hooks/normal/0900-clear-apt-cache.hook.c...

6 lines
124 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
echo "I: running $0"
# Clear APT package list cache to reduce the image size
find /var/cache/apt -type f -delete