aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/preinst.in
blob: 74c3f3a39734d18f27d77e70a1b0537055e50230 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
# Copyright 2018 Ettus Research, a National Instruments Company
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

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