#!/usr/bin/sh

# Trying to install the KDE and GNOME desktop shortcut

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

xdg-desktop-icon install --novendor $DSKT

