Viitor_amanda/tmp/postremove
kueller 679f6a6e6b Neue postremove hinzugefügt
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_amanda@4785 504e572c-2e33-0410-9681-be2bf7408885
2009-06-03 17:22:14 +00:00

16 lines
280 B
Bash

#!/bin/bash
if getent group backup 2>&1 >/dev/null; then
groupdel backup
fi
if getent passwd amanda 2>&1 >/dev/null; then
userdel amanda
fi
sed -i -e "/^amandaidx/d" /etc/services
sed -i -e "/^amidxtape/d" /etc/services
crontab -r -u amanda
rm -r /etc/amandates /var/amanda