head	1.1;
access;
symbols
	STABLE_1_0:1.1.2.1
	STABLE_1_0_10:1.1.2.1
	STABLE_1_0_9:1.1.2.1
	STABLE_1_0_8:1.1.2.1
	STABLE:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	99.06.24.22.17.16;	author rkrusty;	state dead;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.06.24.22.17.16;	author rkrusty;	state Exp;
branches;
next	;


desc
@@


1.1
log
@file postrm was initially added on branch STABLE.
@
text
@@


1.1.2.1
log
@[IEM] adding in proper purge routines
@
text
@a0 12
#!/bin/sh

set -e

case "$1" in
purge)
        rm -rf /etc/horde
	rm -rf /usr/share/horde
        ;;

esac

@

