adium/adium

file isExecutable
Update README for latest version. Use Cachefly instead of Sourceforge like on the website's front page.
#!/bin/sh
if [ ! -e $1/ApplicationsIcon ]; then
cd $1
tar zxf CustomIcons.tgz
cd ..
fi