Prints some warning message about user initialization file at installation.

This commit is contained in:
Masafumi Max NAKANE 1996-10-22 12:51:34 +00:00
parent c03dff4b53
commit be0381bbfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4075

9
japanese/elvis/pkg-req Normal file
View 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 "**************************************************************"