summarylogtreecommitdiffstats
path: root/magicseteditor.install
diff options
context:
space:
mode:
Diffstat (limited to 'magicseteditor.install')
-rw-r--r--magicseteditor.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/magicseteditor.install b/magicseteditor.install
new file mode 100644
index 000000000000..bd80c6245e13
--- /dev/null
+++ b/magicseteditor.install
@@ -0,0 +1,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
+}