* debian/screen-profiles.postinst: make absolutely sure that the dpkg

diversion goes away


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-22 14:24:30 -05:00
commit bbb0315ce9

8
debian/screen-profiles.postinst vendored Normal file
View file

@ -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#