~ubuntu-branches/debian/sid/automake1.10/sid

« back to all changes in this revision

Viewing changes to debian/automake1.10.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-08-14 03:30:48 UTC
  • Revision ID: james.westby@ubuntu.com-20090814033048-n41em1cuyc0mk3ep
Tags: 1:1.10.2-2
Convert package to automake1.10 now that automake 1.11 is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
ver=1.10
 
4
 
 
5
if [ "$1" = "remove" ]; then
 
6
        update-alternatives --remove automake /usr/bin/automake-$ver
 
7
fi
 
8
 
 
9
#DEBHELPER#