summarylogtreecommitdiffstats
path: root/install
blob: 0b4622aa6e496d95cdc84e8723c8920593839661 (plain)
1
2
3
4
5
6
7
8
9
10
post_upgrade() {
	echo "Program installed in /opt/crark"
	echo "Please, read the README"
}

post_install() {
	echo "Program installed in /opt/crark"
	echo "Please, read the README"
}