home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / debian / config < prev    next >
Text File  |  2000-11-08  |  166b  |  12 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. . /usr/share/debconf/confmodule
  5. db_version 2.0
  6.  
  7. package=webcleaner
  8.  
  9. db_input medium $package/port || true
  10. db_input high $package/note || true
  11. db_go
  12.