aboutsummaryrefslogtreecommitdiff
path: root/development/gcc-d/doinst.sh
diff options
context:
space:
mode:
authorEugene Wissner <belka@caraus.de>2017-09-23 00:46:41 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-09-23 00:46:41 +0100
commit061a1582169e52343db88a102fc5b62929b218db (patch)
tree428e799a1ea22d8d4980575c11e0d75152421169 /development/gcc-d/doinst.sh
parentc03f9014e670ff7898bd52dc42cabeb865bd887a (diff)
development/gcc-d: Added (D support for GCC).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gcc-d/doinst.sh')
-rw-r--r--development/gcc-d/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/gcc-d/doinst.sh b/development/gcc-d/doinst.sh
new file mode 100644
index 0000000000000..e9f46fc9c5f0d
--- /dev/null
+++ b/development/gcc-d/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/install-info ]; then
+ chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/gdc.info.gz 2> /dev/null
+fi