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
Fix potential buffer overflows detected by Coverity.
[pcp.git]
/
debian
/
pcp-webapi.postrm
blob
74c3ae06736f8c72241a746d8f3e1a96fa7d3224
1
#!/bin/sh -e
2
#DEBHELPER#
3
4
if
[
"
$1
"
=
purge
];
then
5
update-rc.d pmwebd remove
>/
dev
/
null
6
fi