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