mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
6547960e28
--- Removed reference to debian svn location of debian dir. Changed verbage of comment to appease Timothy. --- Removed added manpages that aren't appropriate for our build. --- Added debian dir to list of dist targets. Added list of files needed to be distributed in debian dir. --- Added semi-colons to fix syntax error. --- BUG#27769 MySQL should include debian packaing dir Added debian/Makefile to configure.in to support make dist.
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/bash
|
|
|
|
if [ "$1" = "purge" ]; then
|
|
rmdir /etc/mysql 2>/dev/null || true
|
|
fi
|
|
|
|
#DEBHELPER#
|