home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / ubuntu-keyring.postinst < prev    next >
Encoding:
Text File  |  2005-01-12  |  75 b   |  6 lines

  1. #!/bin/sh
  2.  
  3. if [ -x /usr/bin/apt-key ]; then
  4.     /usr/bin/apt-key update
  5. fi
  6.