adium/adium

Submitted without comment.
1.5
2012-03-14, Eric Richie
4151ac3a3b1f
file isExecutable
Submitted without comment.
#!/bin/sh
if [ ! -e $1/ApplicationsIcon ]; then
cd $1
tar zxf CustomIcons.tgz
cd ..
fi