packages/libs/slang2/files/ncurses5-config
cshore fc32eda1b7 [libs] slang2: Added S-Lang Library, used by libnewt and also providing the S-Lang Shell
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26233 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-18 23:37:40 +00:00

7 lines
77 B
Bash
Executable File

#!/bin/sh
if [ "$1" == "--terminfo" ]; then
echo "/usr/share/terminfo"
fi