Neue postremove hinzugefügt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_clamav@4785 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-06-03 17:22:14 +00:00
parent 17d3750ffd
commit 2b8e6812c4

8
tmp/postremove Normal file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if getent group clamav >/dev/null; then
groupdel clamav
fi
if getent passwd clamav >/dev/null; then
userdel clamav
fi