adium/adium

file isExecutable
Docs: Remove mention of recently removed protocols, that being MSN, Yahoo, Facebook Chat, and MySpaceIM.
#!/bin/sh
if [ ! -e $1/ApplicationsIcon ]; then
cd $1
tar zxf CustomIcons.tgz
cd ..
fi