adium/adium

file isExecutable
The iChat importer hasn't had a help button for six years, remove the code to open the help.
#!/bin/sh
if [ ! -e $1/ApplicationsIcon ]; then
cd $1
tar zxf CustomIcons.tgz
cd ..
fi