From da840e75d2c08f027077acf6db06213ad3d8df2c Mon Sep 17 00:00:00 2001 From: Tails developers Date: Wed, 17 Sep 2014 12:11:27 +0200 Subject: [PATCH] Force removal of /promote/slides --- config/chroot_local-hooks/98-remove_unwanted_files | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/chroot_local-hooks/98-remove_unwanted_files b/config/chroot_local-hooks/98-remove_unwanted_files index d24315d1977..87547c8937d 100755 --- a/config/chroot_local-hooks/98-remove_unwanted_files +++ b/config/chroot_local-hooks/98-remove_unwanted_files @@ -13,3 +13,8 @@ find /usr/share/doc -type f -name NEWS.Debian.gz -delete # Remove .in files managed by intltool rm $POTFILES_DOT_IN + +# Remove files that were excluded from ikiwiki.setup recently. +# This is for people who have a too-clever caching build setup that +# goes on shipping files forever as long as it has built them once. +rm -rf /usr/share/doc/tails/website/promote/slides -- 2.11.4.GIT