1 # This is essentially the same file as /var/abs/extra/emacs/emacs.install,
2 # but the names of the info files are different.
4 info_dir=/usr/share/info
5 info_files=('speech-dispatcher.info' 'speech-dispatcher-cs.info' 'ssip.info'
9 for f in ${info_files[@]}; do
10 install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
19 for f in ${info_files[@]}; do
20 install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null