libgtk-3-0.postrm.in: fix badly written test.
This commit is contained in:
parent
eea3e1fb80
commit
ff7b111ab3
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
2
debian/libgtk-3-0.postrm.in
vendored
2
debian/libgtk-3-0.postrm.in
vendored
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user