aboutsummaryrefslogtreecommitdiff
path: root/libs/newt/test.sh
blob: ae9006771ffca0f8637ebaf584cd5c83cc608156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

case "$1" in

python3-newt)
	python3 -c 'import snack'
	;;

whiptail)
	whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
	;;

esac