Also removing man chache in remove-temporary-files hook.

This commit is contained in:
Daniel Baumann 2012-12-17 00:00:11 +01:00 committed by Daniel Baumann
parent d6a30e84eb
commit cee58d8779
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
set -e
# Remove temporary files
rm -rf /var/cache/man/*
for _DIRECTORY in /tmp /var/tmp
do
rm -rf ${_DIRECTORY}