blob: 64dd1e5fce72be93f5f9e888441ae2736e5d865a [file] [log] [blame]
#!/bin/bash
if [ "$1" = "purge" ]
then
userdel vault
fi
exit 0