summarylogtreecommitdiffstats
path: root/jasp-desktop-git.install
blob: d3041d1cb53fe5dbcfb1228e3e64763cc0204d63 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "JASP was built with simple SEM enabled. This feature is UNSUPPORTED by the developer currently."
}

post_upgrade() {
	post_install
}