1 2 3 4 5 6
#!/bin/sh -e #DEBHELPER# if [ "$1" = purge ]; then update-rc.d pmwebd remove >/dev/null fi