aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian/postrm.in
blob: 408d3bfa2c1efef926a3b6ac3fdca4d063b0d025 (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" = "remove" ]; then
    ldconfig
fi