blob: 7db372b2410a560bf8ce08fc929e4010ee74f1eb (
plain)
| 1
2
3
4
5
6
7
 | post_install() {
	echo '==> An example key bindings file has been provided in /usr/share/lambda-term-inputrc,'
	echo '==> copy it to ~/.config/.lambda-term-inputrc if you wish to customize it'
	echo ''
	echo '==> An example key resources file has been provided in /usr/share/lambda-termrc,'
	echo '==> copy it to ~/.lambda-termrc if you wish to use it'
}
 |