revert maintenance script changes

This commit is contained in:
Dustin Kirkland 2009-03-07 00:22:49 -06:00
commit b722791434
2 changed files with 0 additions and 2 deletions

1
debian/postinst vendored
View file

@ -6,7 +6,6 @@ if [ "$1" = "configure" ]; then
# user is upgrading from within an existing screen session depending on the old
# 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
[ -L /usr/share/screen-profiles/bin/screen-profiles ] && rm -f /usr/share/screen-profiles/bin/screen-profiles
fi
#DEBHELPER#

1
debian/prerm vendored
View file

@ -3,7 +3,6 @@
if [ "$1" = "remove" ]; then
# 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/screen-profiles ] && rm -f /usr/share/screen-profiles/bin/screen-profiles
fi
#DEBHELPER#