summarylogtreecommitdiffstats
path: root/fbpad-git.install
diff options
context:
space:
mode:
authoraksr2021-10-23 10:49:09 +0200
committeraksr2021-10-23 10:49:28 +0200
commite57cac429e30d9efe22d0c15cedce0de1dd815b5 (patch)
treeebfb686a7c1eaaf0c3a286356c09109f8215d4dd /fbpad-git.install
parentb939e66b11cd53437198283ad03ca9df89cfa149 (diff)
downloadaur-e57cac429e30d9efe22d0c15cedce0de1dd815b5.tar.gz
Change conf.h, ...
Diffstat (limited to 'fbpad-git.install')
-rw-r--r--fbpad-git.install14
1 files changed, 7 insertions, 7 deletions
diff --git a/fbpad-git.install b/fbpad-git.install
index 499102b15a44..27db7f111920 100644
--- a/fbpad-git.install
+++ b/fbpad-git.install
@@ -1,9 +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."
+ echo "==> To use fbpad, read /usr/share/doc/fbpad-git/README."
+ echo "==> Edit conf.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."
}