0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: mdadm.prerm
#!/bin/sh set -e # Automatically added by dh_installinit/11.1.6ubuntu2 if [ -x "/etc/init.d/mdadm" ] && [ "$1" = remove ]; then invoke-rc.d mdadm stop || exit 1 fi # End automatically added section # Automatically added by dh_installdeb/11.1.6ubuntu2 dpkg-maintscript-helper rm_conffile /etc/init.d/mdadm-raid 3.4-2\~ -- "$@" # End automatically added section