[Piuparts-commits] [piuparts] 07/07: add exception for sysvinit-core
Holger Levsen
holger at moszumanska.debian.org
Mon Nov 2 17:19:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit ad04ada33b782369fe56e49a6e5f9d95826fcca9
Author: Andreas Beckmann <anbe at debian.org>
Date: Mon Nov 2 17:47:25 2015 +0100
add exception for sysvinit-core
installing sysvinit-core causes removal of systemd-sysv
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
custom-scripts/scripts/pre_install_exceptions | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 9ce3875..b7464e1 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -15,6 +15,11 @@ case ${PIUPARTS_OBJECTS%%=*} in
;;
esac
;;
+ sysvinit-core)
+ # this will remove systemd-sysv
+ log_debug
+ apt-get -y install sysvinit-core
+ ;;
live-config-upstart|\
netscript-2.4-upstart|\
upstart)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list