#! /bin/sh

# Trying to install Geomorph in the Gnome or KDE menu

VERSION=0.62
DSKT=/usr/local/share/geomorph/geomorph.desktop

xdg-desktop-menu install --novendor $DSKT

