Be more pervasive with previous change.
This commit is contained in:
parent
1269c18041
commit
31fdf27c0c
1 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# start of install
|
||||
#
|
||||
# $NetBSD: install,v 1.7 2002/01/23 15:01:08 jlam Exp $
|
||||
# $NetBSD: install,v 1.8 2002/01/23 15:02:27 jlam Exp $
|
||||
|
||||
case ${STAGE} in
|
||||
PRE-INSTALL)
|
||||
|
@ -102,7 +102,8 @@ POST-INSTALL)
|
|||
|
||||
if [ -e "${file}" ]
|
||||
then
|
||||
${ECHO} " ${file} already exists"
|
||||
${ECHO} " ${file} already exists, example file is"
|
||||
${ECHO} " ${samplefile}"
|
||||
else
|
||||
if [ -e "${samplefile}" ]
|
||||
then
|
||||
|
@ -139,7 +140,8 @@ POST-INSTALL)
|
|||
|
||||
if [ -e ${file} ]
|
||||
then
|
||||
${ECHO} " ${file} already exists"
|
||||
${ECHO} " ${file} already exists, example file is"
|
||||
${ECHO} " ${samplefile}"
|
||||
else
|
||||
if [ -e "${samplefile}" ]
|
||||
then
|
||||
|
@ -159,7 +161,8 @@ POST-INSTALL)
|
|||
|
||||
if [ -e "${file}" ]
|
||||
then
|
||||
${ECHO} " ${file} already exists"
|
||||
${ECHO} " ${file} already exists, example file is"
|
||||
${ECHO} " ${samplefile}"
|
||||
else
|
||||
if [ -e "${samplefile}" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue