summarylogtreecommitdiffstats
path: root/magicseteditor.install
blob: bd80c6245e13bf732a3a487429578834e5e5826b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install()
{
cat <<-EndOfMessage
The fonts required for this package can't be put on the AUR due to licensing issues.
In order to get them, download the binary release here:
http://downloads.sourceforge.net/magicseteditor/mse-linux32-2011-02-05-full.tar.gz
Copy the fonts into your /usr/share/fonts/TTF folder or wrap them up
with some fancy PKGBUILD of your own.

You may also want to install one or more of the following packages:
mse-ygo or mse-ygo-xyz for YuGiOh! support
mse-mtg or mse-mtg-phyrexian for Magic: the Gathering support
mse-vs for VS support

Happy editing!
EndOfMessage
}