summarylogtreecommitdiffstats
path: root/noisetorch-bin.install
blob: 5a7d2dde13d4e9c4cfb3d5a5609b0738d9762e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
	printf "NoiseTorch provides an auto-update feature as part of the GUI.\n"
	printf "I recommend disabling the auto-update feature by setting\n\n"
	printf "$(tput setaf 4)EnableUpdates = false$(tput sgr0)\n\n"
	printf "in $(tput setaf 2)\$HOME/.config/noisetorch/config.toml$(tput sgr0)\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
}