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