~percona-dev/percona-server/release-5.0.91-22

« back to all changes in this revision

Viewing changes to build/debian/percona-sql-common.postrm

  • Committer: Aleksandr Kuzminsky
  • Date: 2010-04-30 17:58:51 UTC
  • mfrom: (69.1.12 5.0.90)
  • Revision ID: aleksandr.kuzminsky@percona.com-20100430175851-19afkawti7ze4l48
1. Fixed Bug #539190
2. Debian packages renamed to Percona-SQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
if [ "$1" = "purge" ]; then
 
4
  rmdir /etc/mysql 2>/dev/null || true
 
5
fi
 
6
 
 
7
#DEBHELPER#