#!/bin/sh

ISO_IMAGE=$(cat /tmp/Upgrade-Auto/iso.file)

echo "Remove ISO"
rm -rf $ISO_IMAGE
rm -rf /var/lib/eole/iso
