diff options
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index b5dbb4d4..64a0232f 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -82,6 +82,7 @@ cleanup_all() { # convert to png (less space and better supported in browsers) for i in *.ppm ; do convert $i ${i%.ppm}.png + rm $i done fi |