X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/6b9221b9fe5c2b44c301ca08a987d99b4add7a06..5459351437f2b7b2a08457e5397f8a8381986ffe:/debian/courier-authlib.postrm diff --git a/debian/courier-authlib.postrm b/debian/courier-authlib.postrm deleted file mode 100644 index 73adefe..0000000 --- a/debian/courier-authlib.postrm +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh -e -# -# Copyright 2000,2001 by Stefan Hornburg (Racke) -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public -# License along with this program; if not, write to the Free -# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA. - -if [ "$1" = "purge" ]; then - # remove runtime files - rm -rf /var/run/courier/authdaemon -fi - -#DEBHELPER#