From 42156b5190f4fa150e1fab6777eb81e69d4db8c9 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 13 May 2017 13:54:49 +0300 Subject: Imported gcc-6 (6.3.0-17) --- debian/lib32stdc++CXX.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/lib32stdc++CXX.postinst (limited to 'debian/lib32stdc++CXX.postinst') diff --git a/debian/lib32stdc++CXX.postinst b/debian/lib32stdc++CXX.postinst new file mode 100644 index 0000000..0ebbeb0 --- /dev/null +++ b/debian/lib32stdc++CXX.postinst @@ -0,0 +1,12 @@ +#! /bin/sh -e + +case "$1" in + configure) + docdir=/usr/share/doc/lib32stdc++@CXX@ + if [ -d $docdir ] && [ ! -h $docdir ]; then + rm -rf $docdir + ln -s gcc-@BV@-base $docdir + fi +esac + +#DEBHELPER# -- cgit v1.2.3