open-vault/.release/linux/postrm
claire labry b59f8b8b4c
adding CRT to main branch (#13088)
* adding CRT to main branch

* cleanup

* um i dont know how that got removed but heres the fix

* add vault.service

Co-authored-by: Kyle Penfound <kpenfound11@gmail.com>
2021-12-06 11:06:22 -05:00

9 lines
67 B
Bash

#!/bin/bash
if [ "$1" = "purge" ]
then
userdel vault
fi
exit 0