11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
# Simple postinstall script
|
|
#
|
|
# We will attempt to install a terminfo entry for screen
|
|
# and to make screen SUID root
|
|
|
|
SHAREDIR=${BASEDIR}/share/screen
|
|
TIC=/usr/5bin/tic
|
|
|
|
# install terminfo
|
|
${TIC} ${SHAREDIR}/screeninfo.src
|