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

« back to all changes in this revision

Viewing changes to debian/99update-notifier

  • Committer: mvo
  • Date: 2005-09-11 07:15:43 UTC
  • Revision ID: gustavo@niemeyer.net-20050911071543-022d65c46ec8e13b
* src/update.c:
  - make the timeout for the notification stuff 5s
* src/hooks.c:
  - add DontShowAfterReboot key
* src/hook-remove.c:
  - added a possible future hook-remove application that is save
    to be run as root

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DPkg::Post-Invoke {"if [ -d /var/lib/update-notifier ]; then  touch /var/lib/update-notifier/dpkg-run-stamp; fi";};
 
1
DPkg::Post-Invoke {"touch /var/lib/update-notifier/dpkg-run-stamp";};