diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:03:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:03:35 +0000 |
commit | e716f782d1620a01db149acdc5fffdc99fa35c90 (patch) | |
tree | 4a2701443b2c95384791e5de1a9d67b1e03f9bd4 /debian/postrm | |
parent | Adding upstream version 3.118. (diff) | |
download | adduser-e716f782d1620a01db149acdc5fffdc99fa35c90.tar.xz adduser-e716f782d1620a01db149acdc5fffdc99fa35c90.zip |
Adding debian version 3.118.debian/3.118debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postrm')
-rw-r--r-- | debian/postrm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..945a70d --- /dev/null +++ b/debian/postrm @@ -0,0 +1,8 @@ +#! /bin/sh +set -e + +if [ "$1" = "purge" ]; then + rm -f /etc/adduser.conf /etc/adduser.conf.dpkg-save +fi + +#DEBHELPER# |