diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:33:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:33:00 +0000 |
commit | 5c28c4c333fff0c623d0d5b8e96f4d1b02a0a40c (patch) | |
tree | 227d815e6676230058811fd05338dc5f8db65df2 /debian/postrm | |
parent | Adding upstream version 2.23.7. (diff) | |
download | devscripts-5c28c4c333fff0c623d0d5b8e96f4d1b02a0a40c.tar.xz devscripts-5c28c4c333fff0c623d0d5b8e96f4d1b02a0a40c.zip |
Adding debian version 2.23.7.debian/2.23.7debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postrm')
-rw-r--r-- | debian/postrm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..284f984 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,9 @@ +#! /bin/sh +set -e + +if [ "$1" = purge ] +then + rm -f /etc/devscripts.conf* /etc/cowpoke.conf +fi + +#DEBHELPER# |