* debian/postinst:
- make sure we can use /etc/splashy/config.xml.
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
2
debian/postinst
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user