home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 February
/
Chip_2004-02_cd1.bin
/
opsys
/
macos
/
qt
/
qt.dmg
/
QuickTime65.pkg
/
Contents
/
Resources
/
wrapplugin
< prev
Wrap
Text File
|
2003-11-05
|
289b
|
12 lines
#!/bin/sh
#
LIPO="$1"/Contents/Resources/lipo
QUICKTIMEPLUGIN="/Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin"
if [ -f "$3/$QUICKTIMEPLUGIN" ]; then
if [ -f "$LIPO" ]; then
"$LIPO" "$3/$QUICKTIMEPLUGIN" -create -output "$3/$QUICKTIMEPLUGIN"
fi
fi