slackbuilds_ponce/system/st/doinst.sh
Nikolay Korotkiy 365fe7e74e system/st: Added (a simple terminal implementation for X)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2011-08-09 14:09:05 -03:00

3 lines
87 B
Bash

if [ -e /usr/bin/tic ]; then
/usr/bin/tic -s usr/share/st/st.info >/dev/null 2>&1
fi