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


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

1.2
date	99.10.15.01.08.39;	author rkrusty;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@[IEM] debconf cleanup
@
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 /usr/share/doc/skattek
	fi
    ;;
    *)
        echo "postrm called with unknown argument \`$1'" >&2
        exit 0
    ;;
esac

#DEBHELPER#

exit 0
@


1.2
log
@[IEM] Migrating skattek to debconf. (debian build stuff)
      Updating the defaults.php3.dist file removing unneeded items
      Same with the pgsql create script
      Updating Changes, version number, etc...
      Removing unneeded default options from the object
      Slowly moving away from a db.lib and towards phplib
@
text
@d11 1
a11 1
	  rm -rf /usr/share/horde/skattek /etc/skattek
@


1.1
log
@[IEM] Finishing up authentication pieces.  Currently configured so that
authentication is required.  If you come from the horde link and are
authenticated with the proper access it will dump you into the main page
and not prompt for login (as it should).  Otherwise it kinda looks like
the horde page does currently. Then click on the login button and the
login window will come up.

Also updating the README file with a status update and a brief discription
of current plans for the perms being used for skattek.
@
text
@d20 3
@

