summarylogtreecommitdiffstats
path: root/mac-port.install
blob: e6dded1f72344176af9697105bad03f2c94f2b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	cat <<-EndOfMessage
	     This software has a very strange license which is incompatible
	     with GPL. You should carefully consider if you want to use this.
	     The license can be read here:
	     http://www.monkeysaudio.com/license.html
	EndOfMessage
	/bin/true
}

post_upgrade() {
	post_install
}