* debian/prerm:
- fixed bashism -o -> ] || [
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
2
debian/prerm
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user