#! /bin/sh

# Trying to install Geomorph in the Gnome or KDE menu

VERSION=0.60.1
DSKT=/usr/share/geomorph/geomorph.desktop

xdg-desktop-menu install --novendor $DSKT

