#!/bin/sh
set -e
if [ "$1" = "remove" ]; then
    [ -L /usr/local/bin/nash ] && rm -f /usr/local/bin/nash || true
fi
