summarylogtreecommitdiffstats
path: root/thc-ssl-dos.install
blob: 826b67819dfb16515d297c9402486bbef32f7428 (plain)
1
2
3
4
5
6
7
8
function post_install() {
	printf "\033[1;34;40m => \033[1;37;40mUse this for help:\033[0;0m\n"
	printf "	\033[1;34;40m -> \033[1;37;40mthc-ssl-dos -h\033[0;0m\n"
}

function post_upgrade() {
	post_install
}