X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debian%2Fpostrm;h=fa48524ea87df8c5cdb1d3e9a543826573024c17;hb=452756ccf7226c656cc1a1f24d17d3409b75577a;hp=b604ced74f69d09abe3a3c155ecbb94d267909c4;hpb=f47aeeba7f705a40bbfe947f5eb374018f57ab37;p=quix0rs-apt-p2p.git diff --git a/debian/postrm b/debian/postrm index b604ced..fa48524 100644 --- a/debian/postrm +++ b/debian/postrm @@ -24,8 +24,8 @@ if test "$1" = "purge"; then echo Purging apt-p2p cache directory rm -rf /var/cache/apt-p2p - if id aptp2p >/dev/null; then - deluser aptp2p + if id apt-p2p >/dev/null; then + deluser apt-p2p fi fi