summaryrefslogtreecommitdiff
path: root/repo/weechat-matrix/weechat-matrix.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'repo/weechat-matrix/weechat-matrix.post-install')
-rw-r--r--repo/weechat-matrix/weechat-matrix.post-install13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/weechat-matrix/weechat-matrix.post-install b/repo/weechat-matrix/weechat-matrix.post-install
new file mode 100644
index 0000000..3aa4afe
--- /dev/null
+++ b/repo/weechat-matrix/weechat-matrix.post-install
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+cat <<EOF
+*
+* To load this script, execute the following command in WeeChat:
+* /script load weechat-matrix.py
+* To load it automatically during WeeChat startup, use:
+* $ mkdir -p ~/.local/share/weechat/python/autoload
+* $ ln -s /usr/share/weechat/python/weechat-matrix.py -t ~/.local/share/weechat/python/autoload
+*
+EOF
+
+exit 0