#! /bin/sh

# Trying to install the KDE and GNOME desktop shortcut
# Modified to be compliant with the freedesktop.org standard

VERSION=0.50
DSKT=Geomorph.desktop
DSKT_DIR=Desktop

if [ -d $HOME/$DSKT_DIR ]
then 	if [ ! -f $HOME/$DSKT_DIR/$DSKT ]
		then cp -vf /usr/local/share/geomorph/geomorph.desktop $HOME/$DSKT_DIR/$DSKT
	fi
fi

