remove unecessary commands 20/29620/1 accepted/tizen/3.0.2014.q3/common/20141030.164706 accepted/tizen/common/20141030.164739 submit/tizen_3.0.2014.q3_common/20141030.155436 submit/tizen_common/20141030.155421
authorNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Thu, 30 Oct 2014 11:57:28 +0000 (12:57 +0100)
committerNicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
Thu, 30 Oct 2014 11:57:28 +0000 (12:57 +0100)
Change-Id: Ic6744d42f35ad99542b8da1ac000ec4f2b9a234c
Signed-off-by: Nicolas Zingilé <nicolas.zingile@open.eurogiciel.org>
scripts/system-installer

index f17004e83b4fad73d0a884260be7d2419d2b40de..116acba59fdf517dcf206484cb593fc6c78db5c3 100755 (executable)
@@ -106,8 +106,6 @@ function sigint_handler {
        txt+="Press 'Yes' to reboot the device.\nPress 'No' to restart the installation."
        $DIALOG --yesno "$txt" 15 70 && /usr/sbin/reboot -f
        rm -f "$output_data_file" 2>/dev/null
-       rm -rf "$mountpoint" 2>/dev/null
-       [ -d "${OUTDEV}${partition}" ] && umount -l "${OUTDEV}${partition}" 2>/dev/null
        exec /usr/sbin/system-installer
 }