summarylogtreecommitdiffstats
path: root/noisetorch-bin.install
blob: b8a4231c011ad2ffed49cf3282e1167f0659c890 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	printf "NoiseTorch provides a self-update feature as part of the GUI.\n"
	printf "The feature won't work with this package.\n"
	printf "Don't attempt to update if prompted via the GUI\n"
	printf "See the project page for details.\n\n"
	printf "https://github.com/lawl/NoiseTorch\n\n"
}

post_upgrade() {
	post_install
}