Viitor_mediatomb/tmp/postremove

9 lines
127 B
Plaintext
Raw Normal View History

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