Chameleon Applications

Chameleon Applications Commit Details

Date:2011-05-23 05:16:20 (12 years 11 months ago)
Author:ErmaC
Commit:288
Parents: 287
Message:Preparing IntelGraphicsEnabler module choice.
Changes:
A/branches/iFabio/Chameleon/package/Scripts/Modules/Module_IntelGraphicsEnabler/postinstall
A/branches/iFabio/Chameleon/package/Scripts/Modules/Module_IntelGraphicsEnabler

File differences

branches/iFabio/Chameleon/package/Scripts/Modules/Module_IntelGraphicsEnabler/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: 288