Load md_mod if /proc/mdstat isn't there
[grml-autoconfig.git] / debian / postrm
1 #!/bin/sh
2 set -e
3
4 if [ "$1" = "purge" ]; then
5   update-rc.d grml-autoconfig remove >/dev/null || exit 0
6 fi
7
8 #DEBHELPER#
9
10 exit 0