#! /bin/sh

# Trying to install the KDE and GNOME desktop shortcut

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

xdg-desktop-icon install --novendor $DSKT

