home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 103
/
MacAddict_103_2005-03.iso
/
Software
/
Internet & Communication
/
Salling Clicker 2.2.dmg
/
SallingClicker.pkg
/
Contents
/
Resources
/
postflight
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-19
|
265 b
|
9 lines
#!/usr/bin/perl
$target = $ARGV[2];
# this is meant to force System Preferences to scan for the new prefPane
system "/usr/bin/touch \"$target/Library/PreferencePanes\"";
system "/usr/bin/touch \"$target/Library/PreferencePanes/Salling Clicker.prefPane\"";
exit 0