diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:46:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:46:01 +0000 |
commit | f99ae3f90a40cab5ac45a299e82a8987b7264eab (patch) | |
tree | 46554594be2eb10da0f510e9135526d680637f6f /debian/screen.prerm | |
parent | Adding upstream version 4.8.0. (diff) | |
download | screen-debian/4.8.0-6.tar.xz screen-debian/4.8.0-6.zip |
Adding debian version 4.8.0-6.debian/4.8.0-6debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/screen.prerm')
-rw-r--r-- | debian/screen.prerm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/screen.prerm b/debian/screen.prerm new file mode 100644 index 0000000..85498ae --- /dev/null +++ b/debian/screen.prerm @@ -0,0 +1,8 @@ +#!/bin/sh +set -e + +if [ "$1" = remove ] || [ "$1" = deconfigure ]; then + remove-shell /usr/bin/screen || true +fi + +#DEBHELPER# |