14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
|
function check {
|
||
|
[ "$INTERNET" = "down" ] && return 1
|
||
|
return 0
|
||
|
}
|
||
|
|
||
|
DESCRIPTION="Fully featured desktop with IceWM"
|
||
|
|
||
|
# TODO
|
||
|
PACKAGES="$(cat /opt/void-usb/installer/package_selections/desktop/resources/common_packages) pavucontrol network-manager-applet vlc lxterminal bash-completion gufw conky icewm firefox"
|
||
|
|
||
|
function post_install {
|
||
|
echo "desktop/icewm-light" >> /tmp/stage-2-choices
|
||
|
}
|