* debian/prerm:

- fixed bashism -o -> ] || [
This commit is contained in:
Gustavo Noronha Silva
2005-10-09 19:04:12 +00:00
parent f977edfe0f
commit 1ca4fcf958
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@@ -5,8 +5,10 @@ desktop-base (0.3.16) UNRELEASED; urgency=low
- added background provided by Josselin Mouette <joss@debian.org>
to fit good with GNOME2.12's splash and theme look
(Closes: #332873)
* debian/prerm:
- fixed bashism -o -> ] || [
-- Gustavo Noronha Silva <kov@debian.org> Sun, 9 Oct 2005 15:55:31 -0300
-- Gustavo Noronha Silva <kov@debian.org> Sun, 9 Oct 2005 16:03:46 -0300
desktop-base (0.3.15) unstable; urgency=low

2
debian/prerm vendored
View File

@@ -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