From ff7b111ab3480038d7dd8eda7e3d78c775af1906 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Sun, 10 Apr 2011 20:28:08 +0000 Subject: [PATCH] libgtk-3-0.postrm.in: fix badly written test. --- debian/changelog | 6 ++++++ debian/libgtk-3-0.postrm.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bfcd48d52e..21c08b5d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/libgtk-3-0.postrm.in b/debian/libgtk-3-0.postrm.in index d7435e1e2c..1f8bb0f67c 100644 --- a/debian/libgtk-3-0.postrm.in +++ b/debian/libgtk-3-0.postrm.in @@ -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@