~peter-pearse/ubuntu/oneiric/at/prop001

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-11-09 12:57:45 UTC
  • Revision ID: james.westby@ubuntu.com-20051109125745-64eslxy1v1jjm2gm
Tags: 3.1.9ubuntu1
* Merge to new Debian version.
* Derooting patch was accepted in Debian; manually reapply remaining Ubuntu
  changes to the clean Debian version (see below).
* debian/control: Only recommend mail-transport-agent and prefer postfix.
* debian/rc: LSB init script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
if [ "$1" = purge ]
4
4
then
5
5
        update-rc.d atd remove >/dev/null;
6
 
        rm -rf /var/spool/atjobs /var/spool/atspool
 
6
        rm -rf /var/spool/cron/atjobs /var/spool/cron/atspool
7
7
fi
8
8