mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
72cc0c82c4
in Debian unstable. The stuff here was ages old... (This used to be commit 5646df8bfb327d74f9c07fc219023a5aecdbc70d)
12 lines
186 B
Bash
12 lines
186 B
Bash
#!/bin/sh
|
|
#
|
|
# $Id: samba-common.postrm,v 1.2.4.1 2003/06/01 04:30:10 peloy Exp $
|
|
#
|
|
|
|
if [ "$1" = purge ]; then
|
|
# Remove any files left in /etc/samba/
|
|
rm -Rf /etc/samba/
|
|
fi
|
|
|
|
#DEBHELPER#
|