From 1ca4fcf958e5793d9012b3705041ce253cd545f1 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Sun, 9 Oct 2005 19:04:12 +0000 Subject: [PATCH] * debian/prerm: - fixed bashism -o -> ] || [ --- debian/changelog | 4 +++- debian/prerm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9f3570..7092a0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ desktop-base (0.3.16) UNRELEASED; urgency=low - added background provided by Josselin Mouette to fit good with GNOME2.12's splash and theme look (Closes: #332873) + * debian/prerm: + - fixed bashism -o -> ] || [ - -- Gustavo Noronha Silva Sun, 9 Oct 2005 15:55:31 -0300 + -- Gustavo Noronha Silva Sun, 9 Oct 2005 16:03:46 -0300 desktop-base (0.3.15) unstable; urgency=low diff --git a/debian/prerm b/debian/prerm index a50b2b1..8df3541 100644 --- a/debian/prerm +++ b/debian/prerm @@ -2,7 +2,7 @@ #DEBHELPER# -if [ "$1" = "remove" -o "$1" = "deconfigure" ]; then +if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then # remove background alternatives update-alternatives --remove desktop-background \ /usr/share/images/desktop-base/debblue-1600x1200.png