summarylogtreecommitdiffstats
path: root/munt-daemon.install
diff options
context:
space:
mode:
authorAdrian Perez de Castro2022-10-04 00:43:55 +0300
committerAdrian Perez de Castro2022-10-04 00:47:48 +0300
commit817338fa4eb36d27e07b4da899f6cef7d0377c20 (patch)
tree0fb0a2c951192a78cb7e924242ec9f7435d050ef /munt-daemon.install
parentd6a0a12bc8b1565d63d2775e4d8c4d316301908a (diff)
downloadaur-817338fa4eb36d27e07b4da899f6cef7d0377c20.tar.gz
Turn into a multiple package
Diffstat (limited to 'munt-daemon.install')
-rw-r--r--munt-daemon.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/munt-daemon.install b/munt-daemon.install
new file mode 100644
index 000000000000..707d96b19750
--- /dev/null
+++ b/munt-daemon.install
@@ -0,0 +1,14 @@
+# vim: ft=sh ts=4 sw=4 noet
+
+post_install () {
+ cat <<-EOF
+ Please ensure that ROM files are installed in /usr/share/mt32-rom-data
+
+ If the ROM files are correctly installed yet the program cannot open
+ them, check the filenames (case sensitive) and permissions.
+ EOF
+}
+
+post_upgrade () {
+ post_install
+}