#!/bin/sh
set -eu

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