blob: 0f005e1055415b6e46357510e01c8cf3f8d6290a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
#
# $Id: samba-common.postrm,v 1.3 2003/06/01 07:12:51 peloy Exp $
#
if [ "$1" = purge ]; then
# Remove any files left in /etc/samba/
rm -Rf /etc/samba/
fi
#DEBHELPER#
|