diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-04-27 04:41:35 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:50:30 +0200 |
commit | 8df20b44dc05cf718acf05e8ef8cb40a939d77fa (patch) | |
tree | ae471df9b1bfadcc748dc22833a41c2fd9bdcfdc /office/auctex/doinst.sh | |
parent | 68e18aff0c0eef8d944e174a970f36915856235d (diff) | |
download | slackbuilds-8df20b44dc05cf718acf05e8ef8cb40a939d77fa.tar.gz |
office/auctex: Updated for version 11.86.
Diffstat (limited to 'office/auctex/doinst.sh')
-rw-r--r-- | office/auctex/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/auctex/doinst.sh b/office/auctex/doinst.sh new file mode 100644 index 0000000000..59c96bd723 --- /dev/null +++ b/office/auctex/doinst.sh @@ -0,0 +1,5 @@ +if [ -x /usr/bin/install-info ] ; then + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/preview-latex.info.gz 2>/dev/null + chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/auctex.info.gz 2>/dev/null +fi + |