[scripts] always remove hwhash cruft

This commit is contained in:
Fabio Erculiani
2011-07-10 11:30:23 +02:00
parent bcff2671c4
commit 64ba8b3052
3 changed files with 9 additions and 0 deletions

View File

@@ -114,4 +114,7 @@ rm -rf /var/lib/entropy/logs
rm -rf /var/lib/entropy/glsa
rm -rf /var/lib/entropy/tmp
# remove entropy hwhash
rm -f /etc/entropy/.hw.hash
exit 0