summarylogtreecommitdiffstats
path: root/zephyr-sdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr-sdk.install')
-rw-r--r--zephyr-sdk.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr-sdk.install b/zephyr-sdk.install
new file mode 100644
index 000000000000..15f96334b085
--- /dev/null
+++ b/zephyr-sdk.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo ">>> Create a config file:"
+ echo ">>> cp /etc/zephyrrc ~/.zephyrrc"
+}