~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal-security

« back to all changes in this revision

Viewing changes to debian/ruby1.9.1.prerm.in

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-03-25 10:11:47 UTC
  • mfrom: (13.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110325101147-r1t76hppndt1p8uu
Tags: 1.9.2.180-2
* Switch to git. Update Vcs-*.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
#
3
 
 
4
 
set -e
5
 
 
6
 
case "$1" in
7
 
    remove|deconfigure)
8
 
        update-alternatives --quiet --remove gem /usr/bin/gem@@verdir@@
9
 
        ;;
10
 
    *)
11
 
esac
12
 
 
13
 
#DEBHELPER#
14
 
 
15
 
exit 0