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

« back to all changes in this revision

Viewing changes to debian/prerm

  • 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:
2
2
 
3
3
if [ -x /etc/init.d/atd ]
4
4
then
5
 
        /etc/init.d/atd stop
6
 
fi
7
 
# Remove FSSTND compatibility symlink from obsolete /usr/doc
8
 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/at ] ; then
9
 
    rm -f /usr/doc/at
 
5
        invoke-rc.d atd stop || true
10
6
fi