File: preinst

package info (click to toggle)
popularity-contest 1.41
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 440 kB
  • ctags: 78
  • sloc: perl: 858; python: 299; sh: 209; makefile: 41
file content (10 lines) | stat: -rwxr-xr-x 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

#DEBHELPER#

# 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