Rev 5212 | Go to most recent revision | Details | Last modification | View Log | RSS feed
#! /bin/bash
#
# Post Install file for lxr-manager
# Fisrt time install - setup the config file
LXRSCRIPTDIR=/opt/lxr-scripts
if [ ! -f ${LXRSCRIPTDIR}/jats_lxr.conf ] ; then
mv ${LXRSCRIPTDIR}/jats_lxr.conf.new ${LXRSCRIPTDIR}/jats_lxr.conf
fi