#!/bin/sh

X11DATADIR=${PKG_PREFIX}/share

case "$2" in
    DEINSTALL)
	rm -f ${X11DATADIR}/gnome/applications/ochusha.desktop
	;;
    *)
	;;
esac
