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