mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
bb13b34820
Move form stable to stable distribution names based hives.
11 lines
117 B
Bash
11 lines
117 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
if [ "$1" = purge ]; then
|
|
# Remove any files left in /etc/samba/
|
|
rm -Rf /etc/samba/
|
|
fi
|
|
|
|
#DEBHELPER#
|