diff options
Diffstat (limited to 'office/asymptote/doinst.sh')
-rw-r--r-- | office/asymptote/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/asymptote/doinst.sh b/office/asymptote/doinst.sh new file mode 100644 index 000000000000..86b8ef5149c9 --- /dev/null +++ b/office/asymptote/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/install-info ]; then + /usr/bin/install-info --info-dir=usr/info usr/info/PRGNAM.info.gz 2> /dev/null +fi |