summaryrefslogtreecommitdiff
path: root/debian/pcp-webapi.postrm
blob: 74c3ae06736f8c72241a746d8f3e1a96fa7d3224 (plain)
1
2
3
4
5
6
#!/bin/sh -e
#DEBHELPER#

if [ "$1" = purge ]; then
    update-rc.d pmwebd remove >/dev/null
fi