summaryrefslogtreecommitdiffstats
path: root/weechat-git/weechatgit.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-08-05 11:56:01 +0200
committerFlorian Pritz <bluewind@xssn.at>2009-08-05 11:56:01 +0200
commit65bf224cb276c6a1afb8c123fc81d316c57478fb (patch)
tree4fa9f459ffdcfe979d865e875dd07ff252fe1972 /weechat-git/weechatgit.install
parentc4da78deb0d8eb6c9e2b9163bba3382a501c9747 (diff)
downloadaur-packages-65bf224cb276c6a1afb8c123fc81d316c57478fb.tar.gz
aur-packages-65bf224cb276c6a1afb8c123fc81d316c57478fb.tar.xz
add weechat
Diffstat (limited to 'weechat-git/weechatgit.install')
-rw-r--r--weechat-git/weechatgit.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/weechat-git/weechatgit.install b/weechat-git/weechatgit.install
new file mode 100644
index 0000000..f68d294
--- /dev/null
+++ b/weechat-git/weechatgit.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "------------------------------------------------------------------------------"
+ echo "Warning!"
+ echo "It's recommended to use another WeeChat home for testing this version."
+ echo "For example:"
+ echo "/usr/local/bin/weechat-curses --dir /tmp/weechat"
+ echo ""
+ echo "You've just built weechat from GIT."
+ echo "This is a development version and may therefore be unstable."
+ echo "------------------------------------------------------------------------------"
+}