some more adjustments needed after [2292]

This commit is contained in:
fgerlits 2006-10-04 10:45:44 +00:00
parent 206553a1e4
commit 56af8d17f8
2 changed files with 2 additions and 4 deletions

View File

@ -21,9 +21,6 @@ installdir=/opt/livesupport
case "$1" in
configure)
# replace the odbcinst.ini template with the debian-specific version
cp -f $installdir/etc/odbcinst_debian_template \
$installdir/etc/odbcinst_template
# do post-installation configuration
$installdir/bin/postInstallStation.sh --directory $installdir

View File

@ -351,7 +351,8 @@ copy_files:
${MKDIR} ${USR_TMP_DIR}
${CP} ${BIN_DIR}/scheduler.sh ${USR_BIN_DIR}
${CP} ${SCHEDULER_EXE} ${USR_BIN_DIR}
${CP} ${ETC_DIR}/odbcinst_debian_template \
${CP} ${ETC_DIR}/odbcinst_old_debian_template \
${ETC_DIR}/odbcinst_new_debian_template \
${ETC_DIR}/odbcinst_template ${USR_ETC_DIR}
${CAT} ${ETC_DIR}/odbc_template | ${SED} -e ${REPLACE_SED_STRING} \
> ${USR_ETC_DIR}/odbc_template