[Fai-commit] r3895 - trunk/debian
fai-commit at lists.alioth.debian.org
fai-commit at lists.alioth.debian.org
Fri Sep 8 10:01:25 UTC 2006
Author: lange
Date: 2006-09-08 10:01:25 +0000 (Fri, 08 Sep 2006)
New Revision: 3895
Modified:
trunk/debian/fai-nfsroot.postrm
Log:
rm rcS before dpkg-divert
Modified: trunk/debian/fai-nfsroot.postrm
===================================================================
--- trunk/debian/fai-nfsroot.postrm 2006-09-08 09:22:31 UTC (rev 3894)
+++ trunk/debian/fai-nfsroot.postrm 2006-09-08 10:01:25 UTC (rev 3895)
@@ -1,6 +1,7 @@
#!/bin/sh -e
if [ remove = "$1" ]; then
+ rm /etc/init.d/rcS
dpkg-divert --package fai-nfsroot --remove --rename /etc/init.d/rcS
fi
More information about the Fai-commit
mailing list