home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libraw1394-8.postinst < prev    next >
Encoding:
Text File  |  2007-03-05  |  266 b   |  15 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "configure" ]; then
  4.     echo -n "Creating device node /dev/raw1394... "
  5.     cd /dev && /sbin/MAKEDEV raw1394
  6.     echo "done."
  7. fi
  8.  
  9. # Automatically added by dh_makeshlibs
  10. if [ "$1" = "configure" ]; then
  11.     ldconfig
  12. fi
  13. # End automatically added section
  14.  
  15.