libgtk-3-0.postrm.in: fix badly written test.

This commit is contained in:
Josselin Mouette 2011-04-10 20:28:08 +00:00
parent eea3e1fb80
commit ff7b111ab3
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gtk+3.0 (3.0.8-2) UNRELEASED; urgency=low
* libgtk-3-0.postrm.in: fix badly written test.
-- Josselin Mouette <joss@debian.org> Sun, 10 Apr 2011 22:27:08 +0200
gtk+3.0 (3.0.8-1) unstable; urgency=low
* Make the -dev package depend on the gir package.

View File

@ -10,7 +10,7 @@ esac
#DEBHELPER#
if [ -d /@MODULES_BASE_PATH@/immodules ]; then
if [ -d /@MODULES_BASE_PATH@ ]; then
# Purge the cache
rm -f /@MODULES_BASE_PATH@/immodules.cache
rmdir -p --ignore-fail-on-non-empty /@MODULES_BASE_PATH@