1 2 3 4 5 6 7
#!/bin/bash -e if [ "$1" = "purge" ]; then rmdir /etc/mysql 2>/dev/null || true fi #DEBHELPER#