From 3d8888c70266f612d1f427a112cc1e2155c19584 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:00:48 +0200 Subject: Adding debian version 2.6.1. Signed-off-by: Daniel Baumann --- debian/apt.postrm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 debian/apt.postrm (limited to 'debian/apt.postrm') diff --git a/debian/apt.postrm b/debian/apt.postrm new file mode 100755 index 0000000..ae1e18d --- /dev/null +++ b/debian/apt.postrm @@ -0,0 +1,22 @@ +#! /bin/sh + +# apt postrm +# Copyright (C) 1998, Ben Gertzfield + +# 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. + +set -e + +#DEBHELPER# + +case "$1" in + remove) + ;; + purge) + rm -rf /var/cache/apt + rm -rf /var/lib/apt +esac + -- cgit v1.2.3