diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -257,15 +257,6 @@ postinstall: install: check-upgrade dep-check plain-install postinstall -vmware_install: - @# we should read the config file here or better have a separate - @# script for installing vmware related stuff - @echo "Installing VMware files to $(SLX_BASE_PATH)/vmware" - @mkdir -p $(SLX_BASE_PATH)/vmware/templ \ - -p $(SLX_BASE_PATH)/vmware/vmsessions/kdm - @cp -a vmware/* $(SLX_BASE_PATH)/vmware/templ/ - @echo -e "Please configure your exports (add $(SLX_BASE_PATH)/vmware to your list).\nCopy your *.vmdk files into $(SLX_BASE_PATH)/vmware. For interactive mode add for each virtual machine (*.vmdk) a .desktop file into ./vmsessions (example file $(SLX_BASE_PATH)/vmware/templ/desktop.template). Don't forget to install Xdialog!" - prepare_upgrade: @rm -rf $(SLX_BASE_PATH) @rm -f $(USR_BIN_PATH)/slx* |