aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/preinst.in
blob: 467a9105f973d8e11e2cc2125148d18830f5f038 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Copyright 2011 Ettus Research LLC
#
# SPDX-License-Identifier: GPL-3.0
#

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