summaryrefslogtreecommitdiff
path: root/debian/binutils.postrm
blob: 33a236e99674ae2f0b6582239829314794c0d888 (plain)
1
2
3
4
5
6
7
#! /bin/sh

set -e

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