#!/bin/sh case "$2" in DEINSTALL) rm -f %%PREFIX%%/bin/netbeans55 ;; esac exit 0