blob: ae9006771ffca0f8637ebaf584cd5c83cc608156 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001#!/bin/sh
2
3case "$1" in
4
5python3-newt)
6 python3 -c 'import snack'
7 ;;
8
9whiptail)
10 whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
11 ;;
12
13esac