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