summarylogtreecommitdiffstats
path: root/weechat-matrix-git.install
blob: f85d621270553b1ed5c710bf88ea9ff6d14a9c13 (plain)
1
2
3
4
5
6
post_install () {
    echo "[weechat-matrix-git] Please run the following to complete installation:"
    echo "[weechat-matrix-git] mkdir -p ~/.local/share/weechat/lua/autoload"
    echo "[weechat-matrix-git] ln -s /opt/matrix.lua ~/.local/share/weechat/lua"
    echo "[weechat-matrix-git] ln -s ~/.local/share/weechat/lua/matrix.lua ~/.local/share/weechat/lua/autoload"
}