X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=debian%2Fbinutils.postrm;fp=debian%2Fbinutils.postrm;h=33a236e99674ae2f0b6582239829314794c0d888;hp=0000000000000000000000000000000000000000;hb=47f73751c91775676bb03af53e83c7f49dfda44f;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/debian/binutils.postrm b/debian/binutils.postrm new file mode 100644 index 0000000..33a236e --- /dev/null +++ b/debian/binutils.postrm @@ -0,0 +1,7 @@ +#! /bin/sh + +set -e + +if [ "$1" = "remove" ]; then + ldconfig +fi