diff options
author | Nikolay Korotkiy <sikmir@gmail.com> | 2011-08-09 14:09:05 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 14:09:05 -0300 |
commit | 365fe7e74e1526ec004ec107a195223b47b96800 (patch) | |
tree | 1bed98e94c12add77242d4e52c8732d0d5182b6b /system/st/doinst.sh | |
parent | ce538ef95cfeb483f1bf6aebc7cf03d2cacd7dcb (diff) |
system/st: Added (a simple terminal implementation for X)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/st/doinst.sh')
-rw-r--r-- | system/st/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/st/doinst.sh b/system/st/doinst.sh new file mode 100644 index 0000000000000..492b5a6c42b18 --- /dev/null +++ b/system/st/doinst.sh @@ -0,0 +1,3 @@ +if [ -e /usr/bin/tic ]; then + /usr/bin/tic -s usr/share/st/st.info >/dev/null 2>&1 +fi |