#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
# SPDX-License-Identifier: GPL-3.0
#

if [ "$1" = "install" ]; then
    echo 'Installing UHD.'
fi