soundfx-bot/debian/postrm

8 lines
79 B
Plaintext
Raw Normal View History

2023-03-29 16:57:19 +00:00
#!/bin/bash
set -e
id -u soundfx &>/dev/null || userdel soundfx
#DEBHELPER#