Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://bottlerocket_0.05b3-13_amd64.deb:24028/postinst  info  downloads

#! /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
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions