gstreamer/docker/android/cleanup.sh

8 lines
100 B
Bash
Raw Normal View History

set -eu
echo "Removing DNF cache"
dnf clean all
rm -R /root/*
rm -rf /var/cache/dnf /var/log/dnf*