void-minecraft-usb/package_selections/utilities/xfe-htop

16 lines
286 B
Plaintext

function check {
if grep "desktop/none" /tmp/stage-2-choices >/dev/null 2>&1; then
return 1
else
return 0
fi
}
DESCRIPTION="Smaller set of desktop utilities (XFE + Htop)"
PACKAGES="xfe htop"
function post-install {
echo "utilities/xfe-htop" >> /tmp/stage-2-choices
}