void-minecraft-usb/package_selections/extras/minesweeper

18 lines
262 B
Plaintext
Raw Normal View History

function check {
if grep "desktop/none" /tmp/stage-2-choices >/dev/null 2>&1; then
return 1
else
return 0
fi
}
#TODO
DESCRIPTION="??? (Minesweeper)"
#TODO
PACKAGES=""
function post-install {
echo "extras/minesweeper" >> /tmp/stage-2-choices
}