summarylogtreecommitdiffstats
path: root/ycm-generator.install
blob: 38311f2c489580af1daf4251f95b2eca748f3a8b (plain)
1
2
3
4
5
6
7
8
9
10
post_install()
{
	echo "link /usr/share/YCM-Generator/config_gen.py to /usr/bin/ycm_generator."
    echo "Now type ycm_generator to execute the program."
}
post_remove()
{
	rm /usr/bin/ycm_generator
	echo "remove /usr/bin/ycm_generator"
}