From b72279143495ef07b4af04696ccc81d91975be16 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 7 Mar 2009 00:22:49 -0600 Subject: [PATCH] revert maintenance script changes --- debian/postinst | 1 - debian/prerm | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index c8de0c69..b029002b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -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# diff --git a/debian/prerm b/debian/prerm index 4b2e8443..475ea18b 100644 --- a/debian/prerm +++ b/debian/prerm @@ -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#