summarylogtreecommitdiffstats
path: root/jasp-desktop-git.install
diff options
context:
space:
mode:
authorStephen Martin2015-08-20 19:15:45 -0500
committerStephen Martin2015-08-20 19:15:45 -0500
commit3d10bd8107531f1755093b2e0e837deec0880bd6 (patch)
treeb094e4ce1fed32909996cb7b717d088fd6987cfa /jasp-desktop-git.install
parent5ccb26c63c77a3216c3fe0df44df6c4644ec8e52 (diff)
downloadaur-3d10bd8107531f1755093b2e0e837deec0880bd6.tar.gz
Patched in SEM
Diffstat (limited to 'jasp-desktop-git.install')
-rw-r--r--jasp-desktop-git.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/jasp-desktop-git.install b/jasp-desktop-git.install
new file mode 100644
index 000000000000..d3041d1cb53f
--- /dev/null
+++ b/jasp-desktop-git.install
@@ -0,0 +1,8 @@
+post_install() {
+ echo "JASP was built with simple SEM enabled. This feature is UNSUPPORTED by the developer currently."
+}
+
+post_upgrade() {
+ post_install
+}
+