1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/packaging/Debian/debian/samba-common.postrm
Eloy Paris 72cc0c82c4 Bringing packaging/Debian/ up to date with the current Samba package
in Debian unstable. The stuff here was ages old...
(This used to be commit 5646df8bfb327d74f9c07fc219023a5aecdbc70d)
2003-06-01 04:30:13 +00:00

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#