[remaster/gaming] remove logs, cache and repository database

This commit is contained in:
Fabio Erculiani 2010-12-21 10:02:39 +01:00
parent 4fdf38ae5a
commit c10f142fcc

View File

@ -16,4 +16,12 @@ for desktop_file in $(grep -rl "Categories=.*Game" /usr/share/applications/*); d
chown root "/etc/skel/Desktop/${desktop_name}" || exit 1
done
echo -5 | equo conf update
rm /var/lib/entropy/client/database/*/sabayonlinux.org -rf
equo rescue vacuum
# cleanup logs and cache
rm /var/lib/entropy/logs -rf
rm -rf /var/lib/entropy/*cache*
exit 0