* Removed Installer back into Deskbar menu by popular request.
* Changed the Bootscript and the InstallerFinishScript to only create and cleanup a link on the Desktop. * Applied patch by idefix to fix removing the Installer link from volumes that contain spaces in the name. (Thanks!) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32995 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,8 +15,7 @@ fi
|
||||
|
||||
mkdir -p "$target/var/tmp"
|
||||
|
||||
# remove Installer links
|
||||
rm -f $target/home/Desktop/Installer
|
||||
rm -f $target/home/config/be/Applications/Installer
|
||||
# remove Installer link
|
||||
rm -f "$target/home/Desktop/Installer"
|
||||
|
||||
makebootable "$target"
|
||||
|
||||
Reference in New Issue
Block a user