File debian.mailtrace-daemon.postrm of Package mailtrace
#!/bin/bash # mailtrace-daemon postrm script set -e # insserv works that way on debian, but not on ubuntu if [ ! -f /etc/lsb-release ];then insserv --remove /etc/init.d/mailtraced fi
#!/bin/bash # mailtrace-daemon postrm script set -e # insserv works that way on debian, but not on ubuntu if [ ! -f /etc/lsb-release ];then insserv --remove /etc/init.d/mailtraced fi