This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-15 19:42:28 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2563839853
mariadb
/
debian
/
mysql-common.postrm
9 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
MDEV-21869: Make Debian packaging Lintian clean Fix Lintian complaints on: P: maintainer-script-without-set-e W: mariadb-server-10.5: script-not-executable usr/share/mysql/mysql.init W: mariadb-client-10.5: incorrect-path-for-interpreter usr/bin/innotop (#!/usr/bin/env perl != /usr/bin/perl)
2020-04-07 19:29:16 +02:00
#!/bin/bash
set -e
Initial draft for building .deb packages for MariaDB 5.5.
2012-01-23 12:20:16 +01:00
if [ "$1" = "purge" ]; then
rmdir /etc/mysql 2>/dev/null || true
fi
#DEBHELPER#
Reference in a new issue
Copy permalink