repo.or.cz
/
pcp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/kmcdonell/pcp into kenj-merge
[pcp.git]
/
debian
/
pcp.postrm.tail
blob
c282f7d9b3ce2e4984608dbe3947ac9acd1edd5f
1
2
if dpkg-maintscript-helper supports mv_conffile
3
then
4
_version_configs "$@"
5
fi
6
7
if [ "$1" = purge ]; then
8
update-rc.d pmproxy remove >/dev/null
9
update-rc.d pmie remove >/dev/null
10
update-rc.d pmlogger remove >/dev/null
11
update-rc.d pmcd remove >/dev/null
12
fi