plakken/deployment/goreleaser/postremove.sh

7 lines
131 B
Bash
Raw Normal View History

2024-03-10 01:19:19 +01:00
if getent passwd plakken > /dev/null; then
userdel -r plakken
fi
if getent group plakken > /dev/null; then
groupdel plakken
fi