|
|
|
#! /bin/sh -e
# Source debconf library
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ]; then
db_get bottlerocket/x10_port
if [ "x$RET" = "x" ]; then
device="ttyS0"
fi
device=${RET##/dev/}
ln -sf $device /dev/firecracker
fi
# Automatically added by dh_installmenu
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
| Results 1 - 1 |