mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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
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 New Issue
Block a user