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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-05-11
|
206 b
|
11 lines
#!/bin/sh
# older versions had popularity-contest as a conffile in a different dir, so
# it won't get removed automatically.
#
if [ "$1" = upgrade ]; then
rm -f /etc/cron.daily/popularity-contest
fi