summarylogtreecommitdiffstats
path: root/sliding-sync-git.install
blob: 54e55798fbf8de17fe20b54c7e251ed3eaf4c5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
function post_install(){
	_info "Modify /etc/default/sliding-sync"
}

function _info() {
	all_off="$(tput sgr0)"
	bold="${all_off}$(tput bold)"
	blue="${bold}$(tput setaf 4)"
	yellow="${bold}$(tput setaf 3)"
	printf "${blue}==>${yellow} [Info]:${bold} $1${all_off}\n"
}