1 2 3 4 5 6
#!/bin/sh if [ "$1" = purge ]; then # Remove any files left in /etc/samba/ rm -Rf /etc/samba/ fi