blob: 3a17a1131cf230ac557aacee0c25456663c02bd5 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/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)"
|