~ubuntu-branches/ubuntu/lucid/gsmlib/lucid

« back to all changes in this revision

Viewing changes to debian/gsm-utils.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-12-12 00:45:00 UTC
  • Revision ID: james.westby@ubuntu.com-20071212004500-u5uylu1048o2lwc8
Tags: 1.10-12ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - [debian/gsm-utils.postinst, debian/gsm-utils.init]
    Create /var/run/gsm-utils if it does not exist
  - Actually fix the init script (debian #377448)
  - Set Ubuntu maintainer adress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
 
3
 
deluser gsmsms  || true
4
 
delgroup gsmsms || true
5
 
 
6
 
# Add the rest automatically..
7
 
#DEBHELPER#