1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/bin/sh -e
cat << EOF
########################################################################
# #
# This package is a bit messy and replaces your system harfbuzz libs #
# with kiss-alternatives. Be careful when trusting me with such #
# important files! #
# #
# To build MiKTeX, you'll need to run the following command: #
# #
# $ kiss a | grep graphite-harfbuzz | kiss a - #
# #
########################################################################
EOF
|