* debian/postinst:

- make sure we can use /etc/splashy/config.xml.
This commit is contained in:
Yves-Alexis Perez
2008-12-06 14:00:41 +00:00
parent 78530d92b6
commit f466256dcc
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View File

@@ -7,8 +7,10 @@ desktop-base (5.0.3) UNRELEASED; urgency=low
* debian/control:
- add ${misc:Depends} in Depends: line in case debhelper has something
to put there.
* debian/postinst:
- make sure we can use /etc/splashy/config.xml.
-- Yves-Alexis Perez <corsac@debian.org> Mon, 01 Dec 2008 14:44:30 +0100
-- Yves-Alexis Perez <corsac@debian.org> Sat, 06 Dec 2008 14:41:07 +0100
desktop-base (5.0.2) unstable; urgency=low

2
debian/postinst vendored
View File

@@ -91,7 +91,7 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
update-grub2
fi
if [ -x /sbin/splashy_config ]; then
if [ -x /sbin/splashy_config ] && [ -w /etc/splashy/config.xml ]; then
splashy_config --set-theme moreblue-orbit
fi