mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
e0bbee53fd
commit
bbb0315ce9
1 changed files with 8 additions and 0 deletions
8
debian/screen-profiles.postinst
vendored
Normal file
8
debian/screen-profiles.postinst
vendored
Normal 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#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue