From f10c63402284ddde7d7309f2f571048b52c8b278 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 22 Oct 2016 15:46:35 -0700 Subject: uid/gid keysafe -> _keysafe --- debian/keysafe-server.postrm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/keysafe-server.postrm') diff --git a/debian/keysafe-server.postrm b/debian/keysafe-server.postrm index 1293d92..f31defe 100755 --- a/debian/keysafe-server.postrm +++ b/debian/keysafe-server.postrm @@ -9,6 +9,6 @@ # without also deleting the store of shards, so we leave both the user # and the store intact when the package is merely removed if [ "$1" = "purge" ]; then - userdel --remove keysafe - groupdel keysafe + userdel --remove _keysafe + groupdel _keysafe fi -- cgit v1.2.3