~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to debian/mysql-server-5.0.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Hammers
  • Date: 2007-03-18 20:52:33 UTC
  • Revision ID: james.westby@ubuntu.com-20070318205233-s4s2or1xz2dl564z
Tags: 5.0.32-10
Really fixed FTBFS on Sparc introduced with the "make -j" trick in 
5.0.32-8 (thanks to Frank Lichtenheld). Closes: #415026

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  ;;
41
41
esac
42
42
 
 
43
# Remove Debconf generated config files to allow clean upgrades to 5.1.
 
44
rm -f /etc/mysql/conf.d/old_passwords.cnf
 
45
 
43
46
#
44
47
# - Do NOT purge logs or data if another mysql-sever* package is installed (#307473)
45
48
# - Remove the mysql user only after all his owned files are purged.