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


1.5
date	99.08.24.15.42.24;	author rkrusty;	state dead;
branches;
next	1.4;

1.4
date	99.08.19.20.15.10;	author rkrusty;	state Exp;
branches;
next	1.3;

1.3
date	99.08.10.08.13.35;	author rkrusty;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.5
log
@[IEM] moving all debian related files into packaging/debian to follow suit
@
text
@#! /bin/sh
# postrm script for skattek
#
# see: dh_installdeb(1)

set -e

case "$1" in
	purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
	if [ "$1" = "purge" ] ; then
	  rm -rf /usr/share/horde/skattek /etc/skattek
	fi
    ;;
    *)
        echo "postrm called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac

@


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


1.3
log
@[IEM] more fixes, adding in a postrm cleanup script, adding a generic
defaults.php3 file for now
@
text
@d1 4
a4 1
#!/bin/sh
d9 9
a17 6
purge)
        rm -rf /etc/skattek
	rm -rf /etc/horde/skattek
	rm -rf /usr/share/horde/skattek
        ;;

@


1.2
log
@[IEM] final fixes
@
text
@d2 11
a12 1
rm -rf /etc/horde/skattek /usr/share/horde/skattek
@


1.1
log
@[IEM] database build procedures.  Debian package now configures postgres
properly (as long as pam-apps isn't installed).
@
text
@@

