#!/bin/sh set -e set -u if [ "$1" = purge ]; then rm -rf /etc/dladm fi exit 0