Rev 5209 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#! /bin/bash## Post Install file for lxr-manager# Fisrt time install - setup the config file##LXRSCRIPTDIR=/opt/lxr-scriptsif [ ! -f ${LXRSCRIPTDIR}/jats_lxr.conf ] ; thenmv ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.confelseif ! diff ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.conf > /dev/null ; thenecho "lxr-manager. New configuration in: ${LXRSCRIPTDIR}/jats_lxr.conf.new"fifi