soundfx-bot/debian/postrm
2023-07-09 13:19:18 +01:00

8 lines
79 B
Bash

#!/bin/bash
set -e
id -u soundfx &>/dev/null || userdel soundfx
#DEBHELPER#