head	1.1;
access;
symbols
	V1-1-2:1.1;
locks; strict;
comment	@# @;


1.1
date	2000.01.27.16.50.38;	author wkoch;	state Exp;
branches;
next	;


desc
@@


1.1
log
@See ChangeLog: Thu Jan 27 18:00:44 CET 2000  Werner Koch
@
text
@#!/bin/sh

set -e

case "$1" in
       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
	    if [ -x /usr/sbin/suidunregister ]; then
		suidunregister -s gpg /usr/bin/gpg
	    fi
	    ;;
esac
@
