#! /bin/sh
set -e

if [ "$1" = remove ]; then
	rm -f /usr/share/applications/oem-config-prepare-gtk.desktop
fi



exit 0
