#!/bin/sh -e # prerm script for monkeysphere # the only thing we're doing here is making sure that the local # administrator is not trying to downgrade to a version below 0.23, # since there was such a major reorganization of system data during # the transition to 0.23. # Author: Daniel Kahn Gillmor # Copyright 2009 set -e case "$1" in upgrade) if dpkg --compare-versions "$2" lt 0.23 ; then cat >&2 <