summarylogtreecommitdiffstats
path: root/t7-daw.install
diff options
context:
space:
mode:
Diffstat (limited to 't7-daw.install')
-rw-r--r--t7-daw.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/t7-daw.install b/t7-daw.install
new file mode 100644
index 000000000000..a7fb34e7d25e
--- /dev/null
+++ b/t7-daw.install
@@ -0,0 +1,14 @@
+# Some colored makepkg-like functions
+note() {
+ printf "${BLUE}==>${ALL_OFF}${YELLOW} NOTE:${ALL_OFF}${BOLD} ${1}${ALL_OFF}\n"
+}
+
+ALL_OFF="$(tput sgr0)"
+BOLD="$(tput bold)"
+BLUE="${BOLD}$(tput setaf 4)"
+YELLOW="${BOLD}$(tput setaf 3)"
+
+
+post_install() {
+ note "Do not forget to register at https://marketplace.tracktion.com/shop/free-daw to create your login and use the DAW for free."
+} \ No newline at end of file