#!/bin/sh	
if [ ! -e $1/ApplicationsIcon ]; then
    cd $1
    tar zxf CustomIcons.tgz 
    cd ..
fi