[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-701-g79736e3
Andreas Beckmann
debian at abeckmann.de
Thu Jun 14 10:08:50 UTC 2012
The following commit has been merged in the develop branch:
commit dff572cdffd0e435b8705f49b1d41564f6192247
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Mon Jun 11 20:56:37 2012 +0200
scripts: don't reinstall missing packages
Packages that are missing compared to the "reference system" are
reinstalled by piuparts automatically.
No need to do this in custom scripts any longer.
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/org/piuparts.debian.org/etc/scripts/post_purge_exceptions b/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
index 4a19899..c803b0f 100755
--- a/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
+++ b/org/piuparts.debian.org/etc/scripts/post_purge_exceptions
@@ -12,12 +12,6 @@ case $PIUPARTS_OBJECTS in
ltsp-client) log_debug
PIUPARTS_OBJECTS=ltsp-client-core
;;
- netscript-2.4-upstart) log_debug
- PIUPARTS_OBJECTS=upstart
- ;;
- live-config-upstart) log_debug
- PIUPARTS_OBJECTS=upstart
- ;;
esac
#
@@ -30,22 +24,8 @@ case $PIUPARTS_OBJECTS in
ltsp-client-core) log_debug
rm -f /etc/ltsp_chroot
;;
- upstart) log_debug
- # removal wont work if sysvinit isn't reinstalled
- apt-get -y install sysvinit
- apt-get clean
- ;;
file-rc) log_debug
# removal wont work if sysv-rc isn't reinstalled
yes 'Yes, do as I say!' | apt-get -y --force-yes install sysv-rc
dpkg --purge file-rc
- echo "Debug: this files don't exist when sysv-rc is installed by debootstrap, they are just created when sysv-rc is installed later. See #605127."
- rm -fv /var/lib/update-rc.d/*
- apt-get clean
- ;;
- systemd-sysv) log_debug
- # removal wont work if sysvinit isn't reinstalled
- apt-get -y install sysvinit
- apt-get clean
- ;;
esac
--
piuparts git repository
More information about the Piuparts-commits
mailing list