#!/bin/bash

if [ "$1" = "purge" ]
then
  userdel vault
fi

exit 0
