Prints some warning message about user initialization file at installation.
This commit is contained in:
parent
c03dff4b53
commit
be0381bbfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4075
1 changed files with 9 additions and 0 deletions
9
japanese/elvis/pkg-req
Normal file
9
japanese/elvis/pkg-req
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
if [ "$2" != "INSTALL" ]; then
|
||||
exit 0
|
||||
fi
|
||||
echo "**************************************************************"
|
||||
echo "* W a r n i n g *"
|
||||
echo "* This Japanized elvis program read \`.elvisrc', not \`.exrc' *"
|
||||
echo "* at start up time. *"
|
||||
echo "**************************************************************"
|
Loading…
Reference in a new issue