adium/adium

Adjust readability of some options in general preferences.
PreferencesRedux
2012-02-05, Frank Dowsett
7a2aae75e858
file isExecutable
Adjust readability of some options in general preferences.
#!/bin/sh
if [ ! -e $1/ApplicationsIcon ]; then
cd $1
tar zxf CustomIcons.tgz
cd ..
fi