|
|
|
#!/bin/sh -e if [ "$1" = purge ]; then rm -rf /etc/samba/ /var/cache/samba/ /var/lib/samba/ /var/run/samba/ fi # Automatically added by dh_installdebconf if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule db_purge fi # End automatically added section
| Results 1 - 1 |