X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=packaging%2Ffreebsd%2Fpkg-deinstall;h=30008784182a835c800541d5e7f9a33617c750d1;hb=9f65b455d187cfc86767de355a540f4ea19560b5;hp=966f25247466e83ac33e7c5aa7abb28e216c927e;hpb=82c97a3d7799dcbd722523f251de8836d5956318;p=monkeysphere.git diff --git a/packaging/freebsd/pkg-deinstall b/packaging/freebsd/pkg-deinstall index 966f252..3000878 100755 --- a/packaging/freebsd/pkg-deinstall +++ b/packaging/freebsd/pkg-deinstall @@ -19,7 +19,7 @@ POST-DEINSTALL) # (note: FreeBSD does not seem to want the package-specific user to be # purged at package removal) - if pw user show "${USER}" 2>/dev/null; then + if pw user show "${USER}" 2>/dev/null >/dev/null; then echo "Warning: If you will *NOT* use this package anymore, please remove the monkeysphere user manually." fi if [ -d "$VARLIB" ] ; then