summarylogtreecommitdiffstats
path: root/weechat-matrix-git.install
blob: c9c56a18015a268741ad0b06e60f97949b793f1c (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 ~/.weechat/lua/autoload"
    echo "[weechat-matrix-git] ln -s /opt/matrix.lua ~/.weechat/lua"
    echo "[weechat-matrix-git] ln -s ~/.weechat/lua/matrix.lua ~/.weechat/lua/autoload"
}