summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mdadm.postrm')
-rw-r--r--debian/mdadm.postrm10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 387fbeaf..80591a76 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -14,16 +14,6 @@ case "${1:-}" in
fi
;;
- purge)
- GEN_SENTINEL=/var/lib/mdadm/mdadm.conf-generated
- if [ -r $GEN_SENTINEL ]; then
- rm -f "$(sed -rne 's,[[:xdigit:]]+ ,,p' $GEN_SENTINEL)"
- fi
- rm -f /etc/default/mdadm /etc/mdadm.conf /etc/mdadm/mdadm.conf
- rm -rf /var/lib/mdadm
- ;;
-
- *) :;;
esac
# just in case somebody actually purges mdadm, we need this to make debconf