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