astgrep

packages/ubuntu-gutsy/python-astgrep/debian/python-astgrep.prerm

5:3d8024411e41
2008-10-27 Paul Boddie Removed superfluous script.
     1 #! /bin/sh      2 # prerm script for python-astgrep     3      4 set -e     5      6 PACKAGE=python-astgrep     7      8 case "$1" in     9     remove|upgrade|failed-upgrade)    10     ;;    11     12     *)    13         echo "prerm called with unknown argument \`$1'" >&2    14         exit 1    15     ;;    16 esac    17     18     19     20 exit 0