postrm script fixed

This commit is contained in:
ok2cqr 2016-05-12 18:53:31 +02:00
parent 01319db2a3
commit d7dd1dfc26
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
cqrlog (2.0.1-2) unstable; urgency=low
* fixed postrm script
-- Petr Hlozek <petr@ok2cqr.com> Thu, 12 May 2016 16:57:29 +0100
cqrlog (2.0.1-1) unstable; urgency=low
* fixed "TApplication.HandleException TControl.InvalidatePreferredSize

1
debian/postrm vendored
View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e
FILE=/etc/apparmor.d/local/usr.sbin.mysqld
IFILE=/etc/init.d/apparmor
FTMP=`mktemp /tmp/tmp.XXXXXX`