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