repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
uuterm-svn
/
uuterm.install
blob
0188d95b01f5610fda56da862e928424609cd63a
1
#!/bin/sh
2
3
post_install
() {
4
echo
"--"
5
echo
"-- make sure the following environment variables are set for running uuterm:"
6
echo
"-- TERM=uuterm"
7
echo
"-- UUTERM_FONT=/usr/share/fonts/ucf/ytty.ucf"
8
echo
"--"
9
echo
"-- uuterm can be run as uuterm-x11 or uuterm-fb"
10
echo
"--"
11
}
12
13
# vim:set ts=2 sw=2 et: