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

« back to all changes in this revision

Viewing changes to debian/90-updates-available

  • Committer: Michael Vogt
  • Date: 2011-01-10 17:18:12 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110110171812-cfzau4wor1gfkxp3
* debian/90-updates-available, debian/98-fsck-at-reboot,
  debian/98-reboot-required:
  - check if the scripts exist before using them (thanks to
    Kees Cook)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
exec /usr/lib/update-notifier/update-motd-updates-available
 
3
if [ -x /usr/lib/update-notifier/update-motd-updates-available ]; then
 
4
    exec /usr/lib/update-notifier/update-motd-updates-available
 
5
fi