summarylogtreecommitdiffstats
path: root/openframeworks.install
diff options
context:
space:
mode:
authorMarco Pompili2015-09-27 16:33:20 +0200
committerMarco Pompili2015-09-28 12:11:05 +0200
commit004d2f099ad85497b040083b6e8b5815495d97a7 (patch)
treefc1e28a22f9fa6a1905ce2e23186b4d6d6260db6 /openframeworks.install
downloadaur-004d2f099ad85497b040083b6e8b5815495d97a7.tar.gz
Initial version 0.8.4
Diffstat (limited to 'openframeworks.install')
-rw-r--r--openframeworks.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/openframeworks.install b/openframeworks.install
new file mode 100644
index 000000000000..732bc0d31a4a
--- /dev/null
+++ b/openframeworks.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "The Project Generator is in /opt/openFrameworks/apps/projectGenerator/projectGeneratorSimple."
+ echo -e "To initialize the workspace needed for openFrameworks launching the command: \033[0;32mof-make-workspace\033[0m"
+ echo "this command will initialize a workspace folder in your home directory."
+}
+
+post_update() {
+ echo -e "Remeber to regenerate your local workspace using: \033[0;32mof-make-workspace\033[0m".
+}