summaryrefslogtreecommitdiff
path: root/launch
diff options
context:
space:
mode:
Diffstat (limited to 'launch')
-rwxr-xr-xlaunch/launch13
1 files changed, 0 insertions, 13 deletions
diff --git a/launch/launch b/launch/launch
index 9a63cbf..c943822 100755
--- a/launch/launch
+++ b/launch/launch
@@ -37,19 +37,6 @@ case "`hostname`" in
*) launchother $@ ;;
esac
;;
- openbsdx230)
- case "$1" in
- brave)
- ;;
- chromium|chrome)
- ;;
- halt|off|poweroff|shutdown) doas halt ;;
- sleep|suspend|zzz) doas zzz ;;
- reboot|res|restart) doas reboot ;;
- snes|snes9x) snes9x-gtk $args ;;
- *) launchother $@ ;;
- esac
- ;;
librex60)
case "$1" in
brave) iceweasel ;;