]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - debian/gcc.postrm
Import debianized version from old svn repository.
[msp430-gcc.git] / debian / gcc.postrm
diff --git a/debian/gcc.postrm b/debian/gcc.postrm
new file mode 100644 (file)
index 0000000..33a236e
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi