mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
4154f3aa05
self-contained.
7 lines
99 B
Bash
7 lines
99 B
Bash
#!/bin/bash -e
|
|
|
|
if [ "$1" = "purge" ]; then
|
|
rmdir /etc/mysql 2>/dev/null || true
|
|
fi
|
|
|
|
#DEBHELPER#
|