#!/bin/bash

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

exit 0