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


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

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


desc
@@


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
@#! /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.

#DEBHELPER#

exit 0


@


1.1
log
@[IEM] moving all debian related files into packaging/debian to follow suit
@
text
@d22 1
@

