Chameleon Applications

Chameleon Applications Commit Details

Date:2011-05-23 05:15:24 (12 years 10 months ago)
Author:ErmaC
Commit:286
Parents: 285
Message:Preparing NvidiaGraphicsEnabler module choice.
Changes:
A/branches/iFabio/Chameleon/package/Scripts/Modules/Module_NVIDIAGraphicsEnabler/postinstall
A/branches/iFabio/Chameleon/package/Scripts/Modules/Module_NVIDIAGraphicsEnabler

File differences

branches/iFabio/Chameleon/package/Scripts/Modules/Module_NVIDIAGraphicsEnabler/postinstall
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
# $1: the full path to the installation package; for example:
# /Volumes/Projects/Testing/Simple_Carbon_App.pkg
#
# $2: the full path to the installation destination; for example:
# /Applications
#
# $3: the mountpoint of the destination volume; for example:
# / or /Volumes/External_Drive
#
# $4: the root directory for the current System folder:
# /
echo "preinstall: Path to installer....... $1"
echo "preinstall: Path to destination..... $2"
echo "preinstall: Path to dest volume..... $3"
echo "preinstall: Root of system folder... $4"
echo "Done..."

Archive Download the corresponding diff file

Revision: 286