summaryrefslogtreecommitdiffstats
path: root/libs/slang2/files/ncurses5-config
blob: 210d43f290434432a179fe55898d2d4da876d8a3 (plain)
1
2
3
4
5
6
#!/bin/sh

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