head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	99.08.24.12.14.01;	author rkrusty;	state dead;
branches;
next	1.1;

1.1
date	99.08.19.20.15.10;	author rkrusty;	state Exp;
branches;
next	;


desc
@@


1.2
log
@[IEM] I missed a few
@
text
@#! /bin/sh
# prerm script for skattek
#
# see: dh_installdeb(1)

set -e

case "$1" in
    remove|upgrade)
        ;;
    failed-upgrade)
        ;;
    *)
        echo "prerm called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.


exit 0


@


1.1
log
@[IEM] Updating install procedures to work with new 2.2 horde-core package
@
text
@@

