]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-debconf
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postrm-debconf
index 2b79156f9cb5c8cde41e0eba5076a091c11be8be..5a61724d3b2c257b36fd5a0558223d388e378434 100644 (file)
@@ -1,4 +1,4 @@
-if [ "$1" = purge -a -e /usr/share/debconf/confmodule.sh ]; then
-       . /usr/share/debconf/confmodule.sh
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+       . /usr/share/debconf/confmodule
        db_purge
 fi