#!/bin/sh
#
# Autorun script for NeoKylin Linux

dir=$(echo $0 |sed 's/autorun//')
cd "$dir"
tree=$(pwd)

# Change directories so we can unmount the CD-ROM Drive
cd /
exec /usr/bin/system-cdinstall-helper $tree
