summarylogtreecommitdiffstats
path: root/naver-whale-stable.install
diff options
context:
space:
mode:
authorYoungjae Lee2022-05-22 01:55:36 +0900
committerYoungjae Lee2022-05-22 01:55:36 +0900
commit17b5b6271f95bde134969daec373e20185b07796 (patch)
treeec8d87d767173d67f047a248d31d6fbae0dc8c56 /naver-whale-stable.install
parentbae1f082f96f15d9ca877f5b3f196f6573624037 (diff)
downloadaur-17b5b6271f95bde134969daec373e20185b07796.tar.gz
Add install script
Diffstat (limited to 'naver-whale-stable.install')
-rw-r--r--naver-whale-stable.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/naver-whale-stable.install b/naver-whale-stable.install
new file mode 100644
index 000000000000..286a65c892ad
--- /dev/null
+++ b/naver-whale-stable.install
@@ -0,0 +1,23 @@
+# Colored makepkg-like functions
+msg_blue() {
+ printf "${blue}==>${bold} $1${all_off}\n"
+}
+
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"
+
+post_install() {
+ note "Custom flags should be put directly in: ~/.config/whale-flags.conf"
+ note "The launcher is called: 'naver-whale-stable'"
+}
+
+post_upgrade() {
+ post_install
+}
+