summarylogtreecommitdiffstats
path: root/blendercam-git.install
blob: 736ff5386f2a77b510381e92b6660ed1f1ca4570 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo " --> To enable/use, follow the steps here:"
	echo " --> https://github.com/vilemnovak/blendercam/wiki/Using-Blendercam-from-github#enable-blendercam-add-on"
}

post_upgrade() {
  post_install
}