summarylogtreecommitdiffstats
path: root/munt-alsadrv.install
blob: 707d96b19750ef0bc00e563255144971ed3773c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}