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

if [ "$1" = "remove" ]; then
    ldconfig
fi