plakken/deployment/goreleaser/postremove.sh

7 lines
131 B
Bash
Raw Normal View History

2024-05-11 14:26:42 +02:00
if getent passwd plakken > /dev/null; then
userdel -r plakken
fi
if getent group plakken > /dev/null; then
groupdel plakken
fi