1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/debian/mysql-common.postrm
Nirbhay Choubey 4154f3aa05 Modified debian scripts to make galera packages
self-contained.
2014-03-14 17:54:53 -04:00

8 lines
99 B
Bash

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