home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / popularity-contest.preinst < prev    next >
Encoding:
Text File  |  2006-05-11  |  206 b   |  11 lines

  1. #!/bin/sh
  2.  
  3.  
  4.  
  5. # older versions had popularity-contest as a conffile in a different dir, so
  6. # it won't get removed automatically.
  7. #
  8. if [ "$1" = upgrade ]; then
  9.     rm -f /etc/cron.daily/popularity-contest
  10. fi
  11.