mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
|
#!/bin/sh
|
||
|
if [ "$2" = "DEINSTALL" ]; then
|
||
|
exit 0
|
||
|
fi
|
||
|
|
||
|
echo "To use hpscat with font loading in gs, use hpscat.sh instead"
|
||
|
echo "Otherwise, you must setup ghostscript to load font first."
|
||
|
echo "Read /usr/local/share/fonts/ked-hpscat/README.jshin(.ks)"
|