soundfx-bot/debian/postrm
2023-05-07 20:53:16 +01:00

12 lines
158 B
Bash

#!/bin/bash
set -e
id -u soundfx &>/dev/null || userdel soundfx
if [ -f /etc/soundfx-rs/config.env ]; then
rm /etc/soundfx-rs/config.env
fi
#DEBHELPER#