Update to 4.0.3.
Update to newstyle buildpkg.
This commit is contained in:
10
screen/meta/postinstall.screen
Normal file
10
screen/meta/postinstall.screen
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user