summarylogtreecommitdiffstats
path: root/qtscrcpy-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'qtscrcpy-git.install')
-rw-r--r--qtscrcpy-git.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/qtscrcpy-git.install b/qtscrcpy-git.install
new file mode 100644
index 000000000000..b317dcf18a02
--- /dev/null
+++ b/qtscrcpy-git.install
@@ -0,0 +1,15 @@
+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() {
+ # Echo
+ note "======"
+ note "You can customize config.ini and keymaps in /usr/share/qtscrcpy/config and /usr/share/qtscrcpy/keymap"
+ note "You can find information in https://github.com/barry-ran/QtScrcpy"
+ note "======"
+}