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