mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
revert maintenance script changes
This commit is contained in:
parent
6b384184e4
commit
b722791434
2 changed files with 0 additions and 2 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -6,7 +6,6 @@ if [ "$1" = "configure" ]; then
|
||||||
# user is upgrading from within an existing screen session depending on the old
|
# user is upgrading from within an existing screen session depending on the old
|
||||||
# paths, we're going to break their status bar.
|
# paths, we're going to break their status bar.
|
||||||
[ -d /usr/share/screen-profiles/bin ] || ln -sf /var/lib/screen-profiles /usr/share/screen-profiles/bin
|
[ -d /usr/share/screen-profiles/bin ] || ln -sf /var/lib/screen-profiles /usr/share/screen-profiles/bin
|
||||||
[ -L /usr/share/screen-profiles/bin/screen-profiles ] && rm -f /usr/share/screen-profiles/bin/screen-profiles
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
1
debian/prerm
vendored
1
debian/prerm
vendored
|
@ -3,7 +3,6 @@
|
||||||
if [ "$1" = "remove" ]; then
|
if [ "$1" = "remove" ]; then
|
||||||
# This is a hack that should be removed just before Jaunty goes GA.
|
# This is a hack that should be removed just before Jaunty goes GA.
|
||||||
[ -L /usr/share/screen-profiles/bin ] && rm -f /usr/share/screen-profiles/bin
|
[ -L /usr/share/screen-profiles/bin ] && rm -f /usr/share/screen-profiles/bin
|
||||||
[ -L /usr/share/screen-profiles/bin/screen-profiles ] && rm -f /usr/share/screen-profiles/bin/screen-profiles
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue