Filewatcher File Search
FTP Search
  
Directory 
  
Content Search 
   
pkg://fbset_2.1-16_alpha.deb:91052/postinst  info  downloads

#!/bin/sh
#
# Post-Installation script

set -e

# Source debconf library.
. /usr/share/debconf/confmodule

db_version 2.0

# Create framebuffer devices if they don't exist.
# Don't create them if devfs is used.

if [ ! -c /dev/.devfsd ] ; then
  if [ ! -c /dev/fb0 ] ; then
    cd /dev
    /sbin/MAKEDEV fb
  fi
fi



exit 0

Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2009 MARUHN Internet Solutions