summarylogtreecommitdiffstats
path: root/clean.install
diff options
context:
space:
mode:
Diffstat (limited to 'clean.install')
-rw-r--r--clean.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/clean.install b/clean.install
new file mode 100644
index 000000000000..2962205de78e
--- /dev/null
+++ b/clean.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo " "
+ echo " Clean has been installed, but is **not** usable!"
+ echo " It needs to be setup locally, call \`clenv init'"
+ echo " to setup Clean for your account."
+ echo " "
+}
+
+post_upgrade() {
+ post_install
+}