X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FDEBORPHAN%2F98-clean-chroot;h=68136eab3fd9c3b1a9ee32db33ac5ecc7dd39c91;hp=8c08357b241a927b048454a610707873099f5cf4;hb=f565065789c9c28146a9acd2efe5a5a1d2b0d2fb;hpb=99d7926d5c4e734c096ae6b7114b9c212ffcf3cd diff --git a/etc/grml/fai/config/scripts/DEBORPHAN/98-clean-chroot b/etc/grml/fai/config/scripts/DEBORPHAN/98-clean-chroot index 8c08357..68136ea 100755 --- a/etc/grml/fai/config/scripts/DEBORPHAN/98-clean-chroot +++ b/etc/grml/fai/config/scripts/DEBORPHAN/98-clean-chroot @@ -14,6 +14,12 @@ if ! [ -x $target/usr/bin/deborphan ] ; then exit 0 fi +# avoid file-rc being considered for removal by deborphan +if [ -d $target/usr/share/file-rc -a -x $target/usr/bin/deborphan ] ; then + echo "Adding file-rc to keep-list of deborphan to avoid accidental removal" + $ROOTCMD deborphan --add-keep file-rc || /bin/true +fi + # remove all packages not necessary anymore: $ROOTCMD apt-get -y --purge autoremove