diff options
Diffstat (limited to 'security/sancp/pkg-deinstall')
-rw-r--r-- | security/sancp/pkg-deinstall | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/sancp/pkg-deinstall b/security/sancp/pkg-deinstall index 143ec1bc244c..185e78234c89 100644 --- a/security/sancp/pkg-deinstall +++ b/security/sancp/pkg-deinstall @@ -25,4 +25,3 @@ if pw group show "${GROUP}" >/dev/null 2>&1; then echo "Unable to remove group: ${GROUP}, remove it manually" fi fi - |