summarylogtreecommitdiffstats
path: root/fbpad-git.install
diff options
context:
space:
mode:
authoraksr2015-06-28 08:36:20 +0200
committeraksr2015-06-28 08:36:20 +0200
commit08fcbcfcdb7f2f3a0213ab99c441a51b58f0f2fd (patch)
treeb4425c19cdaa034ff9ee5e84db0931a4951c539e /fbpad-git.install
downloadaur-08fcbcfcdb7f2f3a0213ab99c441a51b58f0f2fd.tar.gz
Start.
Diffstat (limited to 'fbpad-git.install')
-rw-r--r--fbpad-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/fbpad-git.install b/fbpad-git.install
new file mode 100644
index 000000000000..499102b15a44
--- /dev/null
+++ b/fbpad-git.install
@@ -0,0 +1,9 @@
+post_install(){
+ echo "==> To use fbpad, read /usr/share/doc/fbpad-git/README."
+ echo "==> Edit config.h in fbpad's PKGBUILD directory and"
+ echo " rebuild package if you want to change settings."
+ echo "==> Add 'export TERM=fbpad-256' to your shell rc for"
+ echo " 256-color support."
+ echo "==> Add 'export NCURSES_NO_UTF8_ACS=1' to your shell rc"
+ echo " if you are using dvtm."
+}