Compare commits

...

No commits in common. "v961" and "v963" have entirely different histories.
v961 ... v963

9
tmp/postremove Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if getent passwd quagga >/dev/null; then
userdel quagga
fi
if getent group quagga >/dev/null; then
groupdel quagga
fi