From bbb0315ce9f875c1958e42bb1674022db52c6f5a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 22 Jun 2009 14:24:30 -0500 Subject: [PATCH] * debian/screen-profiles.postinst: make absolutely sure that the dpkg diversion goes away Signed-off-by: Dustin Kirkland --- debian/screen-profiles.postinst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 debian/screen-profiles.postinst diff --git a/debian/screen-profiles.postinst b/debian/screen-profiles.postinst new file mode 100644 index 00000000..bf37e11a --- /dev/null +++ b/debian/screen-profiles.postinst @@ -0,0 +1,8 @@ +#!/bin/sh -e + +if [ -x "/usr/bin/screen.real" ]; then + dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen || true +fi + +#DEBHELPER# +