summarylogtreecommitdiffstats
path: root/cpp2dia.install
blob: a0c7ece7b8f24c47880f1b40e01ef606c9328c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	echo "if you run version 1.2.0 for the first time a config file will be created in $HOME/.cpp2diarc"
	echo "set the configuration in $HOME/.cpp2diarc to the values, you like."
	
	/bin/true
}

post_upgrade() {
	post_install
}

op=$1
shift

$op "$@"