From 10935b15a3974de7c7fa17ac791a6d51945bce70 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Apr 2014 14:14:42 +0200 Subject: remove workaround: don't keep (all) screenshots on hurd installs --- bin/g-i-installation.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/g-i-installation.sh') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 8bc4cb71..b2a7e884 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -101,11 +101,7 @@ cleanup_all() { # create video # ffmpeg2theora --videobitrate $VIDEOBITRATE --no-upscaling snapshot_%06d.ppm --framerate 12 --max_size $VIDEOSIZE -o g-i-installation-$NAME.ogv > /dev/null - # temporarily keep screenshots from hurd install - case $NAME in - *_hurd*) ;; - *) rm snapshot_??????.ppm - esac + rm snapshot_??????.ppm # rename .bak files back to .ppm if find . -name "*.ppm.bak" > /dev/null ; then for i in *.ppm.bak ; do -- cgit v1.2.3-54-g00ecf