~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to debian/update-notifier-common.postinst

  • Committer: Kees Cook
  • Date: 2010-11-17 19:51:40 UTC
  • Revision ID: kees@outflux.net-20101117195140-u0r1b0r6owk4n4cl
data/update-motd-cpu-checker, debain/control, debian/20-cpu-checker,
debian/update-notifier-common.{install,postinst}: drop cpu-checker since
kernel will unmask BIOS filtering of NX automatically now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    fi
10
10
fi
11
11
 
 
12
# Remove update-motd cpu-checker script
 
13
if [ "$1" = configure ] && dpkg --compare-versions "$2" le-nl "0.110.1ubuntu1"; then
 
14
    rm -f /etc/update-motd.d/20-cpu-checker
 
15
fi
 
16
 
12
17
#DEBHELPER#