Viitor_quagga/tmp/postremove

10 lines
134 B
Plaintext
Raw Normal View History

#!/bin/bash
if getent passwd quagga >/dev/null; then
userdel quagga
fi
if getent group quagga >/dev/null; then
groupdel quagga
fi