summaryrefslogtreecommitdiff
path: root/storage/xtradb/build/debian/percona-xtradb-common.postrm
blob: 3ca45870165bc67e0c2e97d8dd6fbad3aeed3408 (plain)
1
2
3
4
5
6
7
#!/bin/bash

if [ "$1" = "purge" ]; then
  rmdir /etc/mysql 2>/dev/null || true
fi

#DEBHELPER#