summarylogtreecommitdiffstats
path: root/nrf.install
diff options
context:
space:
mode:
authorMichael Riegert2020-12-26 03:39:15 -0500
committerMichael Riegert2020-12-26 03:39:15 -0500
commitef608b64039d87ade9aae52c3b95be31768786c6 (patch)
tree90cf71af71f6d9e67a2009b8d6a285145afc541e /nrf.install
downloadaur-ef608b64039d87ade9aae52c3b95be31768786c6.tar.gz
Initial commit
Diffstat (limited to 'nrf.install')
-rw-r--r--nrf.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/nrf.install b/nrf.install
new file mode 100644
index 000000000000..6151aba279ec
--- /dev/null
+++ b/nrf.install
@@ -0,0 +1,7 @@
+post_install() {
+ cat <<HERE
+Set NRF5_SDK_PATH variable to /opt/nrf5-sdk in your profile
+e. g. like this:
+ echo 'export NRF5_SDK_PATH=/opt/nrf5-sdk' >>~/.profile
+HERE
+}