summarylogtreecommitdiffstats
path: root/bash-bats-detik.install
diff options
context:
space:
mode:
authorbrokenpip32021-11-09 00:41:44 +0100
committerbrokenpip32021-11-09 00:41:44 +0100
commit9de595b840e580235247e4332374a01a31f09344 (patch)
treeecd03786be0915d7517d16c08ba6cccf166bc399 /bash-bats-detik.install
parentff966b9fce489f69354dafe8e7bcb253d0e6ae7f (diff)
downloadaur-9de595b840e580235247e4332374a01a31f09344.tar.gz
add post install with instructions
Diffstat (limited to 'bash-bats-detik.install')
-rw-r--r--bash-bats-detik.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash-bats-detik.install b/bash-bats-detik.install
new file mode 100644
index 000000000000..426a737d2c15
--- /dev/null
+++ b/bash-bats-detik.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo -e "\nTo use bat-detik library add these lines\nto your bats test or common_setup function"
+ echo -e '\nload "/lib/bats-detik/utils.bash" \nload "/lib/bats-detik/detik.bash"\n'
+}