mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
|
#!/bin/sh
|
||
|
if [ "$2" != "INSTALL" ]; then
|
||
|
exit 0
|
||
|
fi
|
||
|
echo "**********************************************************"
|
||
|
echo "* Modify RESOLUTION in /usr/local/lib/dvi2ps/fontdesc *"
|
||
|
echo "* See /usr/local/lib/dvi2ps/doc/* for customize *"
|
||
|
echo "**********************************************************"
|
||
|
|